GOPROXY pointing to a (basic auth secured) JFrog Artifactory URL leads to a 401 "Failed to decode basic authentication token" #30303
-
What would you like help with?I think I found a bug How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Version 37.438.3-full on OpenShift Please tell us more about your question or problemWe are using JFrog Artifactory as a proxy for the official Go Proxy because we are running in an airgapped environment. When running Renovate in DEBUG log level, it encounters a 401 (Unauthorized) error. The URL is correct and if we replace It feels like the only place left is the Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was able to solve this myself. There is some strange interaction going on between hostRules and the GOPROXY. After making sure that all hostRules had a Everything works as intended. The documentation did not state any interaction between hostRules and GOPROXY, however. |
Beta Was this translation helpful? Give feedback.
I was able to solve this myself. There is some strange interaction going on between hostRules and the GOPROXY. After making sure that all hostRules had a
hostType
and I wasn't using a generic host rule any more, Renovate did not alter the GOPROXY on the flight.Everything works as intended. The documentation did not state any interaction between hostRules and GOPROXY, however.