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
also would like to know how to properly assume a AWS role.
I get this error message:
time="2024-04-01T05:59:34Z" level=error msg="Failed to retrieve states. Retrying in 1 minute." error="ValidationError: App_TerraboardServiceRole is invalid\n\tstatus code: 400, request id: f78ff03a-7621-4b10-94bf-d71caxxxxxx"
I am running terraboard in k8s cluster using helm chart and attached serviceaccount with binding to IAM role.
And I have configured same AWS IAM role arn in env variable APP_ROLE_ARN and removed env variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
Still getting the error "Missing AccessKey or SecretAccessKey for AWS provider"
Why this logic is not working?
The text was updated successfully, but these errors were encountered: