docker_auth
docker_auth copied to clipboard
Running docker_auth as reverse proxy.
I have an nginx-based ECR proxy that makes accessing ECR easy as anonymous user. I'd like to add the proxy in front of it that would support Basic Auth or LDAP for "docker login". Is there a way to do this with this project or the only protocol it understand is when registry calls it to confirm the access?
@mikhail-khodorovskiy do you have an example of your current solution available?