AWS SAML Keys

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

Hvad er AWS SAML Keys?

AWS SAML Keys er en Chrome-udvidelse udviklet af https://wtfender.com, og dens hovedfunktion er "Generate AWS access keys from a SAML login to the AWS console.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AWS SAML Keys-udvidelses-CRX-fil

Download AWS SAML Keys-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn AWS SAML Keys AWS SAML Keys
ID gpnbopdmcfpijadjcnfblkpigjngobgl
Officiel URL https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl
Beskrivelse Generate AWS access keys from a SAML login to the AWS console.
Filstørrelse 13.78 KB
Antal Installationer 105
Nuværende Version 1.0.7
Senest Opdateret 2020-09-12
Udgivelsesdato 2019-10-24
Udvikler https://wtfender.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/WTFender/aws-saml-keys
Hjælpeside-URL https://github.com/WTFender/aws-saml-keys
Understøttede Sprog 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"
    ]
}