cesanta / docker_auth

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

Incorrect acl in reference.yml #366

Open jtjbrady opened 1 year ago

jtjbrady commented 1 year ago

The acl:

is incorrect. It appears to actually mean that logged in users have full access to images directly under their namespace, e.g. username/image:latest

However this acl does not grant access to 'username/category/image:latest'. In order to access all images in a user's namespace the acl is name:"/${account}/.*/"