AWS SAML Keys

Generate AWS access keys from a SAML login to the AWS console.

Vad är AWS SAML Keys?

AWS SAML Keys är en Chrome-tillägg utvecklad av https://wtfender.com, och dess huvudfunktion är "Generate AWS access keys from a SAML login to the AWS console.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AWS SAML Keys-förlängningens CRX-fil

Ladda ner AWS SAML Keys-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        AWS SAML Keys provides just-in-time (JIT) access key provisioning for SSO users.

Access keys are placed in a named AWS CLI profile.

Supports all SAML identity providers.

Suitable for:
- Reducing access key management
- Quickly switching access keys across various roles or accounts
- SSO users with no assigned access keys                    

Grundläggande Information om Tillägg

Namn AWS SAML Keys AWS SAML Keys
ID gpnbopdmcfpijadjcnfblkpigjngobgl
Officiell webbadress https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl
Beskrivning Generate AWS access keys from a SAML login to the AWS console.
Filstorlek 13.78 KB
Antal Installationer 105
Aktuell Version 1.0.7
Senast Uppdaterad 2020-09-12
Publiceringsdatum 2019-10-24
Utvecklare https://wtfender.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/WTFender/aws-saml-keys
Hjälpsida URL https://github.com/WTFender/aws-saml-keys
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWS SAML Keys",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "Generate AWS access keys from a SAML login to the AWS console.",
    "icons": {
        "16": "img\/key16.png",
        "48": "img\/key48.png",
        "128": "img\/key128.png"
    },
    "browser_action": {
        "default_popup": "menu.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "alarms",
        "https:\/\/signin.aws.amazon.com\/saml",
        "https:\/\/*.signin.aws.amazon.com\/saml",
        "nativeMessaging",
        "notifications",
        "storage",
        "webRequest"
    ]
}