travelaudience / nexus-proxy

A proxy for Nexus Repository Manager that allows for optional authentication against external identity providers.
Apache License 2.0
31 stars 16 forks source link

Optionally disable proxying for Docker registry #16

Open sergei-ivanov opened 5 years ago

sergei-ivanov commented 5 years ago

Introduced DOCKER_PROXY_ENABLED environment variable to control proxying to the upstream Nexus Docker registry. For backward compatibility, proxying for Docker registry is enabled by default if the variable is not set.

I'd like to propagate this change into the Helm chart, because we currently do not use Nexus as a Docker registry, and I don't want to keep a DNS entry and a separate ingress route for that purpose.