-
Notifications
You must be signed in to change notification settings - Fork 661
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS Single Sign-On (SSO) Provider Support (#1072)
* Implement AWS SSO Credential Provider * Add Support AWS SSO Provider in Credential Chain * Add Go Module Replace Tool for Local SDK Usage * Expand Credential Chain Tests
- Loading branch information
Showing
26 changed files
with
935 additions
and
51 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
.changes/next-release/config-feature-1611597600517230000.json
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,9 @@ | ||
{ | ||
"ID": "config-feature-1611597600517230000", | ||
"SchemaVersion": 1, | ||
"Module": "config", | ||
"Type": "feature", | ||
"Description": "Add Support for AWS Single Sign-On (SSO) credential provider", | ||
"MinVersion": "", | ||
"AffectedModules": null | ||
} |
9 changes: 9 additions & 0 deletions
9
.changes/next-release/credentials-feature-1611597655218336000.json
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,9 @@ | ||
{ | ||
"ID": "credentials-feature-1611597655218336000", | ||
"SchemaVersion": 1, | ||
"Module": "credentials", | ||
"Type": "feature", | ||
"Description": "Add AWS Single Sign-On (SSO) credential provider", | ||
"MinVersion": "", | ||
"AffectedModules": null | ||
} |
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
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
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
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
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
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
Oops, something went wrong.