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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support STS AssumeRole SourceIdentity value #87

Closed
ewbankkit opened this issue Dec 9, 2021 · 3 comments 路 Fixed by #311
Closed

Support STS AssumeRole SourceIdentity value #87

ewbankkit opened this issue Dec 9, 2021 · 3 comments 路 Fixed by #311
Labels
enhancement New feature or request v2
Milestone

Comments

@ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

When assuming an IAM Role, a SourceIdentity value can be specified.
Allow this value to be specified by this library's users.

Potential Terraform Backend/Provider Configuration

provider "aws" {
  assume_role {
    source_identity = "Alice"
  }
}

References

@gdavison
Copy link
Contributor

gdavison commented Jan 28, 2022

This will need aws/aws-sdk-go-v2#1575 to be resolved

@gdavison gdavison added this to the v2.0.0 milestone Jan 31, 2022
@gdavison gdavison added the v2 label Jan 31, 2022
@gdavison
Copy link
Contributor

Implemented in aws/aws-sdk-go-v2#1588

@wlami
Copy link
Contributor

wlami commented Jun 7, 2022

Thanks a lot for merging this, @gdavison!
I'd like to use this feature in hashicorp/terraform-provider-aws#22128 , is there any timeline when new versions/tags of this module will be published?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants