Simple utility for managing aws sessions acquired via IDP SAML provider
This is a work in progress More info and better installation instruction to follow
Download from the following url
-
Unzip with your favourite unzipping tool
-
Unquarantine the binary
xattr -r -d com.apple.quarantine </path/to/file>
-
Add to your path
Add a profile to your aws config file that looks like this
[profile <rolename>]
account_id = <my_aws_account_number>
idp_arn = <arn_of_the_iam_idp_saml_provider>
login_url = <login_url>
credential_process = <path_to_this_script> <environment> <rolename> -o json
aws-auth -o json <environment> <rolename>