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.”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | gpnbopdmcfpijadjcnfblkpigjngobgl |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |