SAML Assertion to AWS STS Assumption
Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion
SAML Assertion to AWS STS Assumption란 무엇입니까?
SAML Assertion to AWS STS Assumption은(는) terrafinity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion"입니다.
확장 프로그램 스크린샷
SAML Assertion to AWS STS Assumption 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to extract credentials from a federated AWS console login so that you can use command line tools like terraform or AWSCLI. For organisations using their corporate directory to control access to AWS console, this extension is essential to allow you to securely access AWS APIs with time based sessions without risking storing usernames and passwords. Multiple accounts are supported, allowing you to use profile environment variables and command line parameters to access any account you are signed into. Usage is simple - just sign into the console through your corporate directory and your temporary credentials will be saved to disk ready for use.
확장 프로그램 기본 정보
이름 | SAML Assertion to AWS STS Assumption |
ID | ecjpilingnldmlmmdcbmalcfimomgief |
공식 URL | https://chromewebstore.google.com/detail/saml-assertion-to-aws-sts/ecjpilingnldmlmmdcbmalcfimomgief |
설명 | Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion |
파일 크기 | 154 KB |
설치 횟수 | 399 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-11-11 |
출시 날짜 | 2020-11-11 |
개발자 | terrafinity |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/terrafinity/samlauth-awssts-extension |
도움말 페이지 URL | https://github.com/terrafinity/samlauth-awssts-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "terrafinity", "homepage_url": "https:\/\/github.com\/terrafinity\/samlauth-awssts-extension", "name": "SAML Assertion to AWS STS Assumption", "description": "Assumes an STS role and produces usable session credentials for CLI tools from an intercepted SAML assertion", "version": "1.0", "browser_action": { "default_icon": "resources\/images\/logo_32.png", "default_popup": "settings\/popup.html" }, "icons": { "16": "resources\/images\/logo_16.png", "32": "resources\/images\/logo_32.png", "48": "resources\/images\/logo_48.png", "128": "resources\/images\/logo_128.png" }, "background": { "page": "background\/background.html" }, "options_page": "settings\/settings.html", "permissions": [ "webRequest", "https:\/\/signin.aws.amazon.com\/saml", "storage", "downloads", "downloads.shelf" ] } |