-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sso_credentials): if new sso session format in config, use sso t…
…oken provider in sso credentials (#4267) * feat(sso_credentials): if new sso session format in config, use sso token provider in sso credentials * feat(sso_credentials): fix unit test for sso * feat(sso_credentials): remove hard coded region from example
- Loading branch information
Showing
3 changed files
with
120 additions
and
49 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"type": "feature", | ||
"category": "sso", | ||
"description": "use sso token provider in sso credentials if sso session is set in config" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ test/browser/sample/appinfo.js | |
dist/aws-sdk-all.js | ||
yarn.lock | ||
package-lock.json | ||
workspace |
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