AWS SAML Keys
Generate AWS access keys from a SAML login to the AWS console.
What is AWS SAML Keys?
AWS SAML Keys is a Chrome extension developed by https://wtfender.com, and its main feature is "Generate AWS access keys from a SAML login to the AWS console.".
Extension Screenshots
Download AWS SAML Keys Extension CRX File
Download AWS SAML Keys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | AWS SAML Keys |
ID | gpnbopdmcfpijadjcnfblkpigjngobgl |
Official URL | https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl |
Description | Generate AWS access keys from a SAML login to the AWS console. |
File Size | 13.78 KB |
Installation Count | 105 |
Current Version | 1.0.7 |
Last Updated | 2020-09-12 |
Publish Date | 2019-10-24 |
Developer | https://wtfender.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/WTFender/aws-saml-keys |
Help Page URL | https://github.com/WTFender/aws-saml-keys |
Supported Languages | 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" ] } |