Failing to start app even with APP_ROLE_ARN
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?
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"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.