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

Adds support for SourceIdentity to stscreds.AssumeRoleProvider #1588

Merged
merged 2 commits into from Feb 22, 2022

Conversation

gdavison
Copy link
Contributor

sts.AssumeRoleInput supports passing SourceIdentity when assuming a role.

However, stscreds.AssumeRoleOptions does not provide this options. This prevents users of the AWS SDK for Go v2 from providing a source identity when assuming a role, unless they reimplement stscreds.AssumeRoleProvider.

Closes #1575

@jasdel jasdel merged commit aa5938d into aws:main Feb 22, 2022
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.

stscreds.AssumeRoleProvider does not support the sts.AssumeRoleInput field SourceIdentity
3 participants