AWS SAML Keys
Generate AWS access keys from a SAML login to the AWS console.
AWS SAML Keys란 무엇입니까?
AWS SAML Keys은(는) https://wtfender.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate AWS access keys from a SAML login to the AWS console."입니다.
확장 프로그램 스크린샷
AWS SAML Keys 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | AWS SAML Keys |
ID | gpnbopdmcfpijadjcnfblkpigjngobgl |
공식 URL | https://chromewebstore.google.com/detail/aws-saml-keys/gpnbopdmcfpijadjcnfblkpigjngobgl |
설명 | Generate AWS access keys from a SAML login to the AWS console. |
파일 크기 | 13.78 KB |
설치 횟수 | 105 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2020-09-12 |
출시 날짜 | 2019-10-24 |
개발자 | https://wtfender.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/WTFender/aws-saml-keys |
도움말 페이지 URL | https://github.com/WTFender/aws-saml-keys |
지원되는 언어 | 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" ] } |