-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
257: Use WebIdentityTokens to create credentials r=mattBrzezinski a=mattBrzezinski ### Resolves #244 These changes use existing credentials to assume temporary credentials via a [Web Identity File](https://docs.aws.amazon.com/credref/latest/refdocs/setting-global-web_identity_token_file.html) using [AssumeRoleWithWebIdentity](https://github.com/JuliaCloud/AWS.jl/blob/master/src/services/sts.jl#L48). The code was taken from the issue itself, with a slight modification to ensure that the appropriate env vars are set before proceeding. Co-authored-by: Matt Brzezinski <[email protected]>
- Loading branch information
Showing
5 changed files
with
106 additions
and
13 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
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