You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am trying to configure docker auth with gitlab authentication.
For the actual login, things work great, but I am not able to get the ACL right.
I try to restrict all docker operations to members of a gitlab group (e.g. "company group").
docker login works fine but when trying to pull or push images I get this error: denied: requested access to the resource is denied.
The gitlab user is part of the company group.
In docker auth logs I see something like: { pull,push repository } did not match any authz rule.
Can you please help?
Also, our org is currently using the free plan on gitlab. It this an issue?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I am trying to configure docker auth with gitlab authentication.
For the actual login, things work great, but I am not able to get the ACL right.
I try to restrict all docker operations to members of a gitlab group (e.g. "company group").
This is the relevant docker auth config part:
docker login works fine but when trying to pull or push images I get this error: denied: requested access to the resource is denied.
The gitlab user is part of the company group.
In docker auth logs I see something like: { pull,push repository } did not match any authz rule.
Can you please help?
Also, our org is currently using the free plan on gitlab. It this an issue?
Thanks!
The text was updated successfully, but these errors were encountered: