AWS SAML Keys
Generate AWS access keys from a SAML login to the AWS console.
Cos'è AWS SAML Keys?
AWS SAML Keys è un'estensione di Chrome sviluppata da https://wtfender.com, e la sua funzione principale è "Generate AWS access keys from a SAML login to the AWS console.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AWS SAML Keys
Scarica i file di estensione AWS SAML Keys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | gpnbopdmcfpijadjcnfblkpigjngobgl |
| URL Ufficiale | https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl |
| Descrizione | Generate AWS access keys from a SAML login to the AWS console. |
| Dimensione del File | 13.78 KB |
| Conteggio Installazioni | 105 |
| Versione Corrente | 1.0.7 |
| Ultimo Aggiornamento | 2020-09-12 |
| Data di Pubblicazione | 2019-10-24 |
| Sviluppatore | https://wtfender.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/WTFender/aws-saml-keys |
| URL della Pagina di Aiuto | https://github.com/WTFender/aws-saml-keys |
| Lingue Supportate | 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"
]
} | |