AWS SAML Keys
Generate AWS access keys from a SAML login to the AWS console.
Wat is AWS SAML Keys?
AWS SAML Keys is een Chrome-extensie ontwikkeld door https://wtfender.com, en de belangrijkste functie is "Generate AWS access keys from a SAML login to the AWS console.".
Extensie Screenshots
Download het CRX-bestand van de extensie AWS SAML Keys
Download AWS SAML Keys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AWS SAML Keys |
ID | gpnbopdmcfpijadjcnfblkpigjngobgl |
Officiële URL | https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl |
Beschrijving | Generate AWS access keys from a SAML login to the AWS console. |
Bestandsgrootte | 13.78 KB |
Aantal Installaties | 105 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2020-09-12 |
Publicatiedatum | 2019-10-24 |
Ontwikkelaar | https://wtfender.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/WTFender/aws-saml-keys |
Help Pagina-URL | https://github.com/WTFender/aws-saml-keys |
Ondersteunde Talen | 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" ] } |