docker-registry-web
docker-registry-web copied to clipboard
[Feature] Anonymous web UI and docker pull access
My use case is we would like to allow everyone to be able to pull any docker images without needing to login (anonymous access) as well as being able to view the web registry. We still want authentication enabled however so only specific users are allowed to push images to the registry.
Currently it looks like there is no support for such an anonymous role. All roles must have a name/password and thus users would need to login to do any action.
+1
+1