You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with the provider in CICD platform that provide support for AssumeRoleWithWebIdentity can be difficult when the provider does not support it. At the moment the provider uses assume role and if credentials OR profile is not provided, it fails with access denied
What solution would you like?
Implement support for AssumeRoleWithWebIdentity in the provider. An example of how would that look like is the AWS provider:
Has anyone found a workaround on this? Would love to be able to provide our developers with as much of a production ready estate but this limits us to doing that.
Is your feature request related to a problem?
Working with the provider in CICD platform that provide support for AssumeRoleWithWebIdentity can be difficult when the provider does not support it. At the moment the provider uses assume role and if credentials OR profile is not provided, it fails with access denied
What solution would you like?
Implement support for
AssumeRoleWithWebIdentity
in the provider. An example of how would that look like is the AWS provider:What alternatives have you considered?
Hacking up a solution in the CICD where it authenticate to AWS and creates a profile before running terraform
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered: