docker-registry-proxy icon indicating copy to clipboard operation
docker-registry-proxy copied to clipboard

Allow users to provide their own Docker credentials

Open gw0 opened this issue 4 years ago • 2 comments

This PR adds two configurable options that allow users to provide their own Docker credentials:

  • Env ALLOW_OWN_AUTH (default false): Allow overriding the AUTH_REGISTRIES authentication with own Docker credentials if provided (to support docker login as another user). (Fixes https://github.com/rpardini/docker-registry-proxy/issues/61)
  • Env ALLOW_PUSH_WITH_OWN_AUTH (default false): Allow bypassing the proxy when pushing only if own authentication is provided.

gw0 avatar Feb 18 '21 17:02 gw0

I know this is probably not the right place, but thank you @gw0! Since we switched to OCI for our image repository I couldn't use the proxy anymore (couldn't get the auth to work), but with your fork it works like a charm :D

Bastians-Bits avatar Apr 20 '23 12:04 Bastians-Bits