"CredentialsProviderError: Could not load credentials from any providers" error when attempting to connect to private AWS ECR repositories #27014
Replies: 2 comments 1 reply
-
According to the source code this should work. I have tried this many different ways.
After having spent days on trying to get this work in all sorts of ways i caved in and asked ChatGPT to find any problems with the
I have not forked your repository to attempt to make this change yet. But am considering it since i cant find any other way to get this working. Also im not entirely sure that is the problem. As far as i understand from reading the aws-sdk docs. the |
Beta Was this translation helpful? Give feedback.
-
I had the exact same problem and resolved it by allowlisting the AWS env variables:
No host rules needed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us what version of Renovate you run.
37.163.1
If you're self-hosting Renovate, select which platform you are using.
github.com
Was this something which used to work for you, and then stopped?
I have not seen this working
Describe the problem
When trying to setup authentication to our private ECR repositories we get the following error:
ECR getAuthorizationToken error
These are the contents of our github action workflow:
These are the contents of the
renovate-global-config.js
file:Relevant debug logs
Logs
Debug logs for the error:
Trace logs showing the backtrace:
Have you created a minimal reproduction repository?
Placeholder value, please select the correct response from the dropdown
Beta Was this translation helpful? Give feedback.
All reactions