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”。
擴展截圖
下載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 |
ID | mpljkpamdjfdjmfcpnlmhhakbjigjjcd |
官方網址 | 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. |
電子郵箱 | [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" ] } |