CloudKeeper - Credential Helper
AWS SSO External AWS Account - STS Keys Generator
Τι είναι το CloudKeeper - Credential Helper;
Το CloudKeeper - Credential Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον To The New Pvt. Ltd., και η κύρια λειτουργία του είναι "AWS SSO External AWS Account - STS Keys Generator".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CloudKeeper - Credential Helper
Λήψη αρχείων επέκτασης CloudKeeper - Credential Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CloudKeeper - Credential Helper |
ID | mpljkpamdjfdjmfcpnlmhhakbjigjjcd |
Επίσημο URL | https://chromewebstore.google.com/detail/cloudkeeper-credential-he/mpljkpamdjfdjmfcpnlmhhakbjigjjcd |
Περιγραφή | AWS SSO External AWS Account - STS Keys Generator |
Μέγεθος Αρχείου | 827 KB |
Αριθμός Εγκαταστάσεων | 590 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2024-02-05 |
Ημερομηνία Δημοσίευσης | 2022-07-02 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | To The New Pvt. Ltd. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://cloudkeeper.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://cloudkeeper.com/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |