Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 clipboard

Adapted from python3 script at: