SAML Assertion to AWS STS Assumption

Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion

什么是SAML Assertion to AWS STS Assumption?

SAML Assertion to AWS STS Assumption是由terrafinity开发的Chrome扩展程序,该扩展的主要功能是“Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion”。

扩展截图

screenshot

下载SAML Assertion to AWS STS Assumption扩展crx文件

下载SAML Assertion to AWS STS Assumption扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to extract credentials from a federated AWS console login so that you can use command line tools like terraform or AWSCLI.

For organisations using their corporate directory to control access to AWS console, this extension is essential to allow you to securely access AWS APIs with time based sessions without risking storing usernames and passwords.

Multiple accounts are supported, allowing you to use profile environment variables and command line parameters to access any account you are signed into.

Usage is simple - just sign into the console through your corporate directory and your temporary credentials will be saved to disk ready for use.                    

扩展基本信息

名称 SAML Assertion to AWS STS Assumption SAML Assertion to AWS STS Assumption
ID ecjpilingnldmlmmdcbmalcfimomgief
官方URL https://chromewebstore.google.com/detail/saml-assertion-to-aws-sts/ecjpilingnldmlmmdcbmalcfimomgief
简介 Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion
文件大小 154 KB
安装次数 399
当前版本 1.0
更新时间 2020-11-11
上架时间 2020-11-11
开发者 terrafinity
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/terrafinity/samlauth-awssts-extension
帮助页面URL https://github.com/terrafinity/samlauth-awssts-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "terrafinity",
    "homepage_url": "https:\/\/github.com\/terrafinity\/samlauth-awssts-extension",
    "name": "SAML Assertion to AWS STS Assumption",
    "description": "Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion",
    "version": "1.0",
    "browser_action": {
        "default_icon": "resources\/images\/logo_32.png",
        "default_popup": "settings\/popup.html"
    },
    "icons": {
        "16": "resources\/images\/logo_16.png",
        "32": "resources\/images\/logo_32.png",
        "48": "resources\/images\/logo_48.png",
        "128": "resources\/images\/logo_128.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "options_page": "settings\/settings.html",
    "permissions": [
        "webRequest",
        "https:\/\/signin.aws.amazon.com\/saml",
        "storage",
        "downloads",
        "downloads.shelf"
    ]
}