AWS SAML Keys

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

AWS SAML Keysとは何ですか?

AWS SAML Keysはhttps://wtfender.comによって開発されたChromeの拡張機能で、その主な機能は「Generate AWS access keys from a SAML login to the AWS console.」です。

拡張機能のスクリーンショット

screenshot
screenshot

AWS SAML Keys拡張機能のCRXファイルをダウンロード

AWS SAML Keys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 AWS SAML Keys AWS SAML Keys
ID gpnbopdmcfpijadjcnfblkpigjngobgl
公式URL https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl
説明 Generate AWS access keys from a SAML login to the AWS console.
ファイルサイズ 13.78 KB
インストール数 105
現在のバージョン 1.0.7
最終更新日 2020-09-12
公開日 2019-10-24
開発者 https://wtfender.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/WTFender/aws-saml-keys
ヘルプページのURL https://github.com/WTFender/aws-saml-keys
対応言語 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"
    ]
}