CloudKeeper - Credential Helper icon

CloudKeeper - Credential Helper

Extension Actions

How to install Open in Chrome Web Store
CRX ID
mpljkpamdjfdjmfcpnlmhhakbjigjjcd
Status
  • Live on Store
Description from extension meta

AWS SSO External AWS Account - STS Keys Generator

Image from store
CloudKeeper - Credential Helper
Description from store

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.

Latest reviews

Larry Dolinar
While useful, the popup has a significant flaw when installed on Chrome 113.0.5672.127: the width of the popup prevents fully highlighting the displayed credentials. As a result, any attempt to highlight and copy the "export" credentials results in an incomplete session token, which translates to a malformed token in a user's session (eg., Ubuntu 20.04 terminal, PuTTY, etc.) Please consider either an overall scrollbar for this popup, or buttons for each type of credential output to aid in getting the full content into the user's clipboard for further use. The workaround of "select all" (Ctrl-A), then "copy" (Ctrl-C), then "paste" (Ctrl-V) into something like notepad, or an empty vim session so that a portion of the output can then be selected, copied, and pasted (again) is not an efficient workflow by any definition. To successfully migrate users to a new approach, something similar to the existing functionality should be maintained as a design goal.