mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

REGISTRY AUTH setting #39

Closed bergtwvd closed 8 years ago

bergtwvd commented 8 years ago

I currently need to hardwire authentication data with the container. Would it be possible to provide a popup window to request for username and password in case of basic authentication... ?

mkuchin commented 8 years ago

I'm working on token authentication implementation. It will use same credentials across registry and web ui. It will be available later this month.

bergtwvd commented 8 years ago

Sounds great. All I want to do is to host the Registry UI on the same host as the Registry, and provide both services on the internet, requiring users the authenticate themselves via the UI (otherwise the whole setup (https + basic auth) does not make sense).

mkuchin commented 8 years ago

@bergtwvd, new version with full authentication support has been released. Please have a look at config examples.