kwk / docker-registry-frontend

Browse and modify your Docker registry in a browser.
https://registry.hub.docker.com/u/konradkleine/docker-registry-frontend/
MIT License
1.68k stars 616 forks source link

Use this frontend with auth server. #77

Open chendoubao opened 8 years ago

chendoubao commented 8 years ago

HI, First,thanks very much for this frontend. In my family , i use registry v2 with an auth server(http://the.binbashtheory.com/creating-private-docker-registry-2-0-with-token-authentication-service/) which use token. So i think this frontend have some problems with token auth registry. Do you think so ?

kwk commented 8 years ago

Right. The frontend currently can handle Kerberos authentication and has no notion of authorization. It is planned though. I have an out of the box registry setup with token authorization and LDAP backend here if you'd like to work with it: https://github.com/kwk/docker-registry-setup

chendoubao commented 8 years ago

Thank you by this. I hope your frontend can use with the auth server . That is cool . Do you have time plan for this ?

kwk commented 8 years ago

No

chendoubao commented 8 years ago

Oh.., that's all right....

yangtao309 commented 8 years ago

@chendoubao +1

djenriquez commented 8 years ago

+1, looks to be one of the few viable front-ends available. There is gigantic opportunity for this project to be an essential part of building a private registry if it is able to handle the security requirements that many have. That would mean being able to support the configurations that Docker-Distribution have available.

I'm not an expert with Angular, but i'm sure someone out there has time to help get this project caught up. :grin:

srikarm commented 8 years ago

+1

@kwk, would you be able to write an approach you would take for this to work with auth server? someone may attempt to code based on that...

cromat commented 8 years ago

@chendoubao +1 This would be great feature.

castorls commented 7 years ago

+1 for me also

electrical commented 7 years ago

I deployed this front-end at work and just started to implement the authentication and indeed the web interface fails now. Would love to have it working with the authentication.

Only other way is to setup a second registry service without authentication specifically for the front-end using the same data directory.

yuxiaokui commented 6 years ago

这拒绝的也太决绝了。 惨烈。。 蓝瘦香菇。

yuxiaokui commented 6 years ago

I have an idea,you can start a new registry with out auth-server. And you can use this web to view the docker images in the registry.

robermorales commented 6 years ago

any update on supporting more auth methods?

thanks in advance