This repository was archived by the owner on Jul 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
AWS Single Sign-On (SSO) Provider Support #3755
Merged
Merged
Conversation
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
d0201e6 to
d14d48d
Compare
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))
Contributor
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.