CloudKeeper - Credential Helper
AWS SSO External AWS Account - STS Keys Generator
CloudKeeper - Credential Helper란 무엇입니까?
CloudKeeper - Credential Helper은(는) To The New Pvt. Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AWS SSO External AWS Account - STS Keys Generator"입니다.
확장 프로그램 스크린샷
CloudKeeper - Credential Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |