CloudKeeper - Credential Helper

AWS SSO External AWS Account - STS Keys Generator

CloudKeeper - Credential Helperとは何ですか?

CloudKeeper - Credential HelperはTo The New Pvt. Ltd.によって開発されたChromeの拡張機能で、その主な機能は「AWS SSO External AWS Account - STS Keys Generator」です。

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

screenshot

CloudKeeper - Credential Helper拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you're using an external AWS account in AWS SSO, there is no way for you to retrieve the CLI credentials for the role. The workaround suggested by AWS is to use AWS CloudShell.
This Credential Helper extension allows you to retrieve the CLI credentials by passing the SAML Assertion to AWS Security Token Service.

To use this extension:

1. Click on the external AWS account you wish to log into
2. Once the console opens, click on the extension and the popup will appear
3. Your credentials will be available there for you to copy
4. Copy the credentials to your local AWS credentials file
5. Use the AWS CLI from your local machine

Note: This extension does not collect any data. The credentials are available to view only once and are deleted once the popup is closed.                    

拡張機能の基本情報

名前 CloudKeeper - Credential Helper CloudKeeper - Credential Helper
ID mpljkpamdjfdjmfcpnlmhhakbjigjjcd
公式URL https://chromewebstore.google.com/detail/cloudkeeper-credential-he/mpljkpamdjfdjmfcpnlmhhakbjigjjcd
説明 AWS SSO External AWS Account - STS Keys Generator
ファイルサイズ 827 KB
インストール数 590
現在のバージョン 1.3.0
最終更新日 2024-02-05
公開日 2022-07-02
評価 4.00/5 合計 2 レビュー
開発者 To The New Pvt. Ltd.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cloudkeeper.com/
ヘルプページのURL https://cloudkeeper.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "CloudKeeper",
    "homepage_url": "https:\/\/app.cloudkeeper.com",
    "name": "CloudKeeper - Credential Helper",
    "description": "AWS SSO External AWS Account - STS Keys Generator",
    "version": "1.3.0",
    "icons": {
        "32": "icons\/icon_crop_128.png",
        "128": "icons\/icon_crop_128.png"
    },
    "action": {
        "default_icon": "icons\/icon_crop_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "script.js"
    },
    "permissions": [
        "webRequest",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/signin.aws.amazon.com\/saml"
    ]
}