Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stromweld/aws_temp_saml_creds
Ruby script to get temporary AWS saml creds for progamatic access
https://github.com/stromweld/aws_temp_saml_creds
managed-by-terraform
Last synced: 9 days ago
JSON representation
Ruby script to get temporary AWS saml creds for progamatic access
- Host: GitHub
- URL: https://github.com/stromweld/aws_temp_saml_creds
- Owner: Stromweld
- License: apache-2.0
- Created: 2021-03-30T03:18:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T22:18:02.000Z (over 3 years ago)
- Last Synced: 2024-10-11T16:01:12.932Z (2 months ago)
- Topics: managed-by-terraform
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws_temp_saml_creds
Ruby script to get temporary AWS saml creds for programmatic access
- The script prompts for url to login to, username, and password(not displayed).
- After login it will prompt with a list of roles available to the user to assume. If only one role exists it's auto selected.
- After selection the script will display the environment variable commands for copy/pasting to shell based on the OS type.
- The script will prompt if you want to automatically copy to system clipboardAdapted from python3 script at: