Allow passing the assume_role ARN via an environment variable #11466
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
provider
Pertains to the provider itself, rather than any interaction with AWS.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Community Note
Description
In some situations it would be very handy to be able to do:
The "recommended" way is to create a AWS config file with the
assume_role
key, but there are have seemingly been a lot of bugs around this functionality (and indeed it does not currently work). Creating the config file in CI environments can be tricky and annoying, especially if you have the ARN in an environment variable already.New or Affected Resource(s)
The AWS provider itself.
References
Assume Role via .aws/config profiles does not work #11429
'Multiple configurations present' error when overriding provider roles #11079
Assume Role still not working in provider #10507
Can not use "shared_credentials_file" with "$HOME" in combination "assume_role.role_arn" #9352
The text was updated successfully, but these errors were encountered: