docker_registry_cli icon indicating copy to clipboard operation
docker_registry_cli copied to clipboard

Support for authenticated registry

Open raphink opened this issue 9 years ago • 4 comments

It seems the current version does not support authenticated registries (using an auth token server).

raphink avatar Jul 25 '16 10:07 raphink

@raphink - You may be right.

Currently, the tool has been tested with Basic Auth based Registry. I could change it to support auth token server.

Which version of Docker Registry are you currently using ?

vivekjuneja avatar Jul 26 '16 02:07 vivekjuneja

I'm using registry:2 with cesanta/docker_auth as the token server.

raphink avatar Jul 26 '16 06:07 raphink

Hi @raphink just saw this. I'm also experimenting with cesanta/docker_auth, and just starting adding this support (it's currently missing the re-encryption of the token, last step I believe). Did you ever accomplished this?

ntavares avatar Nov 13 '16 15:11 ntavares

@ntavares no I didn't. I'd still welcome it though.

raphink avatar Nov 13 '16 19:11 raphink