docker_auth icon indicating copy to clipboard operation
docker_auth copied to clipboard

Authentication server for Docker Registry 2

Results 74 docker_auth issues
Sort by recently updated
recently updated
newest added

# Description I cannot push if allow push-only for a user. I also saw another case when "pull-only" suddenly allowed push for user (UP: example in the next comment), but...

https://github.com/cesanta/docker_auth/pull/225 updated to current HEAD > This commit also makes possible to use json files as configuration files via viper configuration library. > This PR contains breaking changes on configuration...

This PR adds support for authentication via a client certificate (#300) or via a header set by a reverse proxy. In order to use a client certificate (or auth by...

This PR adds the following features to OIDC auth: - Configurable scope - Labels from claims - Configurable username claim I've made the defaults the old static values so there...

The template for Google Auth appears to be using Google's 'platform.js' According to [https://developers.google.com/identity/sign-in/web/reference](https://developers.google.com/identity/sign-in/web/reference) > We are [discontinuing the Google Sign-In JavaScript Platform Library for web](https://developers.googleblog.com/2021/08/gsi-jsweb-deprecation.html). The library will be...

hello, i've tried many ways to add xorm_acl_entry in mysql but no luck, some of them: yaml: ``` insert into xorm_acl_entry values ('match: {account: "test"}\nactions: ["push", "pull"]', 10); insert into...

I'm currently using an external program for validation and have found the server gets fork bombed when many clients try to authenticate at once. My authentication isn't very sophisticated, the...

When the Chart was [updated to Helm 3](https://github.com/cesanta/docker_auth/pull/263) there was some discussion around integrating docker-registry. The idea was dropped because helm-stable was shut down at the time and docker-registry had...

I need some help setting up authentication via Gitlab. We had been using docker_auth for a while, but are now moving to Gitlab and would like to use it as...

From this feature request [#61](https://github.com/cesanta/docker_auth/issues/61) and [this](https://github.com/cesanta/docker_auth/issues/313), it seems refresh token is not yet possible with this project. Handling expiration of access token without storing user credential at client side...