AWS Codeartifact support #19651
Unanswered
jonathanpruvost
asked this question in
Request Help
Replies: 1 comment 6 replies
-
Related issue: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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