AWS SAML Keys
Generate AWS access keys from a SAML login to the AWS console.
Was ist AWS SAML Keys?
AWS SAML Keys ist eine Chrome-Erweiterung, die von https://wtfender.com entwickelt wurde, und ihr Hauptmerkmal ist "Generate AWS access keys from a SAML login to the AWS console.".
Erweiterungsscreenshots
AWS SAML Keys-Erweiterungs-CRX-Datei herunterladen
Laden Sie AWS SAML Keys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gpnbopdmcfpijadjcnfblkpigjngobgl |
| Offizielle URL | https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl |
| Beschreibung | Generate AWS access keys from a SAML login to the AWS console. |
| Dateigröße | 13.78 KB |
| Installationsanzahl | 105 |
| Aktuelle Version | 1.0.7 |
| Letztes Update | 2020-09-12 |
| Veröffentlichungsdatum | 2019-10-24 |
| Entwickler | https://wtfender.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/WTFender/aws-saml-keys |
| Hilfeseite URL | https://github.com/WTFender/aws-saml-keys |
| Unterstützte Sprachen | 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"
]
} | |