jaxxstorm / aws-sso-creds

Get AWS SSO temporary creds from an SSO profile
MIT License
186 stars 24 forks source link

adds support for the "default" profile instead of failing #18

Closed jtgasper3 closed 1 year ago

jtgasper3 commented 1 year ago

adds support for the "default" profile instead of failing when a profile isn't specified:

[default]
sso_start_url = https://org-sso.awsapps.com/start
sso_region = us-east-1
sso_account_id = 123456789
sso_role_name = ReadOnly
region = us-east-1
output = json
jaxxstorm commented 1 year ago

Great fix, thank you!