-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hi, this is a simple change - I have a setup with AWS SSO, specifically `sso_session` ([docs](https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html#:~:text=This%20results%20in%20creating%20the%20sso%2Dsession%20section%20and%20named%20profile%20in%20~/.aws/config%20that%20looks%20like%20the%20following%3A)). It got implemented in the AWS Go SDK fairly recently aws/aws-sdk-go#4885 - [v1.44.298](https://github.com/aws/aws-sdk-go/releases/tag/v1.44.298) Since it's just a patch version upgrade, it was just a simple matter of bumping the version. Thanks
- Loading branch information
Showing
24 changed files
with
4,831 additions
and
1,009 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
50 changes: 50 additions & 0 deletions
50
vendor/github.com/aws/aws-sdk-go/aws/auth/bearer/token.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
75 changes: 41 additions & 34 deletions
75
vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/provider.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.