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
电子邮箱 [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"
    ]
}