-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for profile configuration files and STS AssumeRole for AI…
…M roles (#408) * Allow loading credentials from profile and default * WIP: Load source_profile when available * WIP: ConfigFileLoader * WIP: ConfigFileLoader * WIP: AWSConfigFileCredentialProvider * WIP: AWSConfigFileCredentialProvider * Finish implementation of ConfigFileLoader and ConfigFileCredentialProvider * Use RotatingCredentialProvider and shutdown STS client after getting credentials * Move sharedCredentials logic to ConfigFileCredentialProvider * Move FileIO logic to ConfigFileLoader * Formatting cleanup * Make config file path non-optional * Fixes and unit tests * PR feedback * Fix sanity issues * More cleanup * Add test for STSAssumeRole via ConfigFileCredentialsProvider * Update test ordering * Sanity checks * Sanity checks * PR feedback * Further clarify logic for different file credential configurations * Fix syntax * Fix UUID import * Fix issues * Fix AWSShape
- Loading branch information
Showing
11 changed files
with
1,355 additions
and
340 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
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.