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

Add support for AWS Single Sign On based profiles #20

Merged
merged 2 commits into from
Jun 7, 2021
Merged

Add support for AWS Single Sign On based profiles #20

merged 2 commits into from
Jun 7, 2021

Conversation

sayantacC
Copy link
Contributor

Issue #, if available: #16

Description of changes:
This change adds support for AWS Single Sign On (AWS SSO) based config profiles.
AWS SDK v1 does not support AWS SSO based credentials. The support for that was added only to AWS SDK v2. However, switching the whole library to use the AWS SDK v2 is a significant change. Instead I followed the suggestion in aws/aws-sdk-java#803 (comment) to use the ProfileCredentialProvider from AWS SDK v2 by wrapping it in an adapter class.

It was tested against AWS SSO.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sayantacC sayantacC merged commit c55c81d into main Jun 7, 2021
@sayantacC sayantacC deleted the sso branch June 7, 2021 06:41
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.

None yet

1 participant