Liron Levin
Liron Levin
Thanks @yosifkit and @dmcgowan, so this means we can keep this configuration as is?
@yosifkit, @tianon, @dmcgowan PTAL
@endophage @stevvooe a user can set `REGISTRY_AUTH=` to disable basic authorization.
Thanks @stevvooe, just so it's clear, a simple way to disable auth after this change: ``` docker run -d -p 5000:5000 -v /var/lib/registry:/var/lib/registry -e "REGISTRY_AUTH=" registry:2 ``` How do you...
Thanks @stevvooe. Few questions: Re 1. Where do you think is the appropriate place for such documentation. Is it ok to add it as part of docker/distribution#2362? Re 2. Given...
@tianon, no, only empty string.
@stevvooe, @dmcgowan, @endophage I've created the following script to verify that the override parameter works. Note that the validation below is actually more strict since it verifies that the AUTH...
NP, @stevvooe updated docker/distribution#2362. Thanks.