Personal access token 'read_registry; permission broken.
Summary
Related to #19219 (closed) (Summarize the bug encountered concisely)
As far as I can tell on gitlab 9.4.2 this feature seems to be broken. I've got 2 PATs as an admin user with 2FA enabled.
When using the PAT with read_registry
permission I get auth errors telling me permission denied. When I use the api
permission I do have access.
Steps to reproduce
- Create a PAT with
read_registry
permission. - Login to the registry via docker.
- Pull an image from the registry.
Example Project
Any project will work; and I'm not sharing my PAT :)
What is the current bug behavior?
Access denied
What is the expected correct behavior?
I should be allowed to pull the image(s).