NPM lock file updating errors with 401 for custom artifactory #32330
Replies: 2 comments 7 replies
-
Do you have a |
Beta Was this translation helpful? Give feedback.
-
Hi there, The maintainers have labeled this discussion as a use case specific to "enterprise" users. Enterprise users typically self-host Renovate and have advanced requirements like custom certificates, HTTP proxies, private registries, air gapping, etc. Such cases usually need a lot of back-and-forth to resolve, because the problem is related to the user's environment. Usually the user's environment can not be reproduced publicly, which means that maintainer debugging is not possible. The maintainers decided their time is best spent on issues that help large numbers of users. This means enterprise-specific issues affecting one user (or a small number of users), are not a priority. If we can help you quickly, we will. But if you see this message, then a maintainer believes this is not a quick fix. The maintainers will not actively work on this issue, unless new information is found. If you are an enterprise user, please consider the following options:
If you choose to wait, then this discussion can remain open indefinitely. But please be patient, do not nudge or bump this discussion just to get attention. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
-
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.
38.125
Please tell us more about your question or problem
Hi folks 👋🏼
We are using (self-hosted)
renovate
in Enterprise Github and for updating dependencies, everything works like a charm but when it comes to updatingpackage-lock.json
or any lock file, it fails with401
error.The weird part is that the very same registry with the same credentials is working for finding packages and updates!
I have tried almost all of the suggestions and workarounds discussed in other issues/discussions but so far no luck.
Can somebody please help me on this?
More Contexts:
Registry
Our registry is a self-hosted JFrog artifactory with custom domain:
https://artifactory.bar.com/artifactory/api/npm/foo-npm-virtual/
Config.js
.npmrc
I know that
.npmrc
won't work here since we use the inline npmrc inconfig.js
but pasted here just in case.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions