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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SAML Assertion to AWS STS Assumption एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}