Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support sso credentials with profile in section name #1080

Merged
merged 2 commits into from
Sep 10, 2024
Merged

support sso credentials with profile in section name #1080

merged 2 commits into from
Sep 10, 2024

Conversation

adamcstephens
Copy link
Contributor

@adamcstephens adamcstephens commented Aug 20, 2024

Running aws configure sso produces a profile similar to

[profile mycompany]
sso_session = mycompanysso
sso_account_id = 111111111111
sso_role_name = ReadOnly
region = us-east-2
output = json
[sso-session mycompanysso]
sso_start_url = https://mycompanysso.awsapps.com/start
sso_region = us-east-1
sso_registration_scopes = sso:account:access

I'm pretty sure this
closes #951

@bernardd
Copy link
Contributor

Terrific, thanks @adamcstephens!

@bernardd bernardd merged commit 6fabafa into ex-aws:main Sep 10, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

With sso-session config "Required key: :secret_access_key must be a string, but instead is..."
2 participants