AWS Codeartifact support #19651
Replies: 3 comments 16 replies
-
|
Related issue: |
Beta Was this translation helpful? Give feedback.
-
|
Any update on this issue? We're facing problems because of this because renovate bot is unable to to update the pnpm lock file when it can't access AWS CodeArtifact. We use the cloud version. |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This is intended as a polite, automated request that users avoid We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one. As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are currently testing the Renovate implementation on the repos of our applications.
Our stack:
We are having a problem with our private packages.
We use AWS codeartifact for our own npm registry.
We tested adding hostedRules with a hard-written token in the config and it works fine.
The problem is that the maximum duration of an AWS codeartifact token is 12 hours.
We haven't found in the documentation to be able to do this dynamically.
In the self-hosted version it seems possible to run the github action and pass the RENOVATE_HOST_RULES environment variable.
What solution do you recommend?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions