-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AWS Single Sign-On (SSO) Provider Support #3755
Merged
Merged
Conversation
This file contains 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
skmcgrail
force-pushed
the
ssoProvider
branch
2 times, most recently
from
January 27, 2021 16:37
d0201e6
to
d14d48d
Compare
skmcgrail
force-pushed
the
ssoProvider
branch
from
January 27, 2021 17:18
d14d48d
to
e3bbdfb
Compare
skotambkar
approved these changes
Jan 27, 2021
jasdel
approved these changes
Jan 27, 2021
aws-sdk-go-automation
pushed a commit
that referenced
this pull request
Jan 28, 2021
=== ### Service Client Updates * `service/databrew`: Updates service API and documentation * `service/iot`: Updates service documentation * Documentation updates for IoT DeleteOTAUpdate API * `service/managedblockchain`: Updates service API and documentation * `service/monitoring`: Updates service API and documentation * Update to SDK to support label time zones in CloudWatch GetMetricData * `service/robomaker`: Updates service API and documentation * `service/wellarchitected`: Updates service documentation ### SDK Features * `aws/credentials/ssocreds`: Add support for AWS Single Sign-On (SSO) Credential Provider ([#3755](#3755)) * `aws/session`: Support has been added to resolve shared configuration profiles that are configured for AWS Single Sign-On (SSO) ([#3755](#3755))
Merged
aws-sdk-go-automation
added a commit
that referenced
this pull request
Jan 28, 2021
Release v1.37.0 (2021-01-28) === ### Service Client Updates * `service/databrew`: Updates service API and documentation * `service/iot`: Updates service documentation * Documentation updates for IoT DeleteOTAUpdate API * `service/managedblockchain`: Updates service API and documentation * `service/monitoring`: Updates service API and documentation * Update to SDK to support label time zones in CloudWatch GetMetricData * `service/robomaker`: Updates service API and documentation * `service/wellarchitected`: Updates service documentation ### SDK Features * `aws/credentials/ssocreds`: Add support for AWS Single Sign-On (SSO) Credential Provider ([#3755](#3755)) * `aws/session`: Support has been added to resolve shared configuration profiles that are configured for AWS Single Sign-On (SSO) ([#3755](#3755))
Thank you so much, @jasdel, @skotambkar, and @skmcgrail ❤️ This is going to make so many people happy. |
That is an understatement. |
This was referenced Jan 28, 2021
Closed
What about NodeJS sdk ??? |
Does anyone have an example for how to use this when using
Not sure what I need to change to add sso support as a provider above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for the AWS Single Sign-On (SSO) service by supporting the ability to utilize tokens cached in ~/.aws/sso/cache.
Adds support for the AWS SSO provider in the default credential loading chain.