Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect acl in reference.yml #366

Open
jtjbrady opened this issue Jul 12, 2023 · 0 comments
Open

Incorrect acl in reference.yml #366

jtjbrady opened this issue Jul 12, 2023 · 0 comments

Comments

@jtjbrady
Copy link

The acl:

  • match: {account: "/.+/", name: "${account}/"}
    actions: ["
    "]
    comment: "Logged in users have full access to images that are in their 'namespace'"

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}/.*/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant