mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

denied: requested access to the resource is denied #87

Open jinnabaalu opened 7 years ago

jinnabaalu commented 7 years ago

Able to create a container with nginx-auth-enabled and able to login says login succed, but when i push i am unable to push the image throws "denied: requested access to the resource is denied"

image

Same rhing works with auth-disabled container

jinnabaalu commented 7 years ago

i resolved it, please close the ticket.

Reason: admin i login was not having the permision ot write_all user role

add a user or update the user with write all permision will push the image

sinha123 commented 5 years ago

Hi, I am facing same issue. Can you please tell me exactly how that issue was resolved? It would be great help. How to give permission of write_all user role?

capture