cesanta / docker_auth

Authentication server for Docker Registry 2
Apache License 2.0
1.28k stars 305 forks source link

Added OpenID Connect support #307

Closed FBasels closed 3 years ago

FBasels commented 3 years ago

Hey there,

Within our project we needed OpenID Connect support, so here it is. We currently run docker_auth inside Kubernetes and use Keycloak as OpenID Connect provider. It works fine and should also work with other OIDC provider. However it has to be mentioned that I have not tested it with others than Keycloak.