InvalidIdentityTokenException with STS Regional Endpoints in GovCloud #33920
Unanswered
Ali-Herrera
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitHub, version 39.131.0
Please tell us more about your question or problem
We are encountering an
InvalidIdentityTokenException
error while running Renovate on an ARC Runner inside an EKS cluster in the GovCloud partition. The error occurs when attempting to retrieve AWS machine image datasources. Below is the error message we observe:36.0.0
of Renovate resolves the error but introduces a new issue where AMIs are not properly differentiated for us-gov-west-1 and us-gov-east-1.39.131.0
fails with the error mentioned above.Details on Fix
Adding the following configuration in the
fromNodeProviderChain({ profile })
call inlib/modules/datasource/aws-machine-image/index.ts
fixes the issue:clientConfig: { region }
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions