Created
September 8, 2022 21:37
-
-
Save jonathanhle/8ba25ad52f93051bedb16f97013d1e89 to your computer and use it in GitHub Desktop.
generate-aws-sso-config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install https://pypa.github.io/pipx/ | |
pipx install git+https://github.com/jonathanhle/aws-sso-config-generator#subdirectory=src | |
generate-aws-sso-config --start-url https://SSO_SITE.awsapps.com/start --output json --region us-east-1 --sso-region us-east-1 | |
eval $(aws-sso-creds --profile SecurityProd-Administrator export) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment