AWS SAML Keys

Generate AWS access keys from a SAML login to the AWS console.

AWS SAML Keys là gì?

AWS SAML Keys là một tiện ích mở rộng Chrome được phát triển bởi https://wtfender.com, và tính năng chính của nó là "Generate AWS access keys from a SAML login to the AWS console.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS SAML Keys

Tải xuống các tệp mở rộng AWS SAML Keys dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS SAML Keys AWS SAML Keys
ID gpnbopdmcfpijadjcnfblkpigjngobgl
URL Chính Thức https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl
Mô tả Generate AWS access keys from a SAML login to the AWS console.
Kích Thước Tệp 13.78 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2020-09-12
Ngày Phát Hành 2019-10-24
Nhà Phát Triển https://wtfender.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WTFender/aws-saml-keys
URL Trang Trợ Giúp https://github.com/WTFender/aws-saml-keys
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}