CloudKeeper - Credential Helper

AWS SSO External AWS Account - STS Keys Generator

Qu'est-ce que CloudKeeper - Credential Helper ?

CloudKeeper - Credential Helper est une extension Chrome développée par To The New Pvt. Ltd., et sa fonction principale est "AWS SSO External AWS Account - STS Keys Generator".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CloudKeeper - Credential Helper

Téléchargez les fichiers d'extension CloudKeeper - Credential Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        If you're using an external AWS account in AWS SSO, there is no way for you to retrieve the CLI credentials for the role. The workaround suggested by AWS is to use AWS CloudShell.
This Credential Helper extension allows you to retrieve the CLI credentials by passing the SAML Assertion to AWS Security Token Service.

To use this extension:

1. Click on the external AWS account you wish to log into
2. Once the console opens, click on the extension and the popup will appear
3. Your credentials will be available there for you to copy
4. Copy the credentials to your local AWS credentials file
5. Use the AWS CLI from your local machine

Note: This extension does not collect any data. The credentials are available to view only once and are deleted once the popup is closed.                    

Informations de Base sur l'Extension

Nom CloudKeeper - Credential Helper CloudKeeper - Credential Helper
ID mpljkpamdjfdjmfcpnlmhhakbjigjjcd
URL Officiel https://chromewebstore.google.com/detail/cloudkeeper-credential-he/mpljkpamdjfdjmfcpnlmhhakbjigjjcd
Description AWS SSO External AWS Account - STS Keys Generator
Taille du Fichier 827 KB
Nombre d'Installations 590
Version Actuelle 1.3.0
Dernière Mise à Jour 2024-02-05
Date de Publication 2022-07-02
Évaluation 4.00/5 Total 2 Évaluations
Développeur To The New Pvt. Ltd.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cloudkeeper.com/
URL de la Page d'Aide https://cloudkeeper.com/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "CloudKeeper",
    "homepage_url": "https:\/\/app.cloudkeeper.com",
    "name": "CloudKeeper - Credential Helper",
    "description": "AWS SSO External AWS Account - STS Keys Generator",
    "version": "1.3.0",
    "icons": {
        "32": "icons\/icon_crop_128.png",
        "128": "icons\/icon_crop_128.png"
    },
    "action": {
        "default_icon": "icons\/icon_crop_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "script.js"
    },
    "permissions": [
        "webRequest",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/signin.aws.amazon.com\/saml"
    ]
}