Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SourceIdentity to stscreds.NewCredentials #4830

Merged
merged 1 commit into from May 18, 2023

Conversation

addisonj
Copy link
Contributor

@addisonj addisonj commented May 9, 2023

This commit adds support for exposing SourceIdentity on the AssumeRoleProvider class.

This is a very small commit and just passes through the params.

Fixes #4829

This commit adds support for exposing SourceIdentity on the
`AssumeRoleProvider` class.

This is a very small commit and just passes through the params.

Fixes aws#4829
@@ -9,7 +9,7 @@ to refresh the credentials will be synchronized. But, the SDK is unable to
ensure synchronous usage of the AssumeRoleProvider if the value is shared
between multiple Credentials, Sessions or service clients.

Assume Role
# Assume Role
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seem to be getting added by gofmt? I am not sure why these wouldn't already be present, but I did confirm that gofmt wants to add these now

@aajtodd aajtodd requested a review from isaiahvita May 9, 2023 18:56
@RanVaknin RanVaknin merged commit 6b9e1f9 into aws:main May 18, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose SourceIdentity on stscreds.AssumeRoleProvider
4 participants