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
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}/.*/"
The text was updated successfully, but these errors were encountered:
The acl:
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}/.*/"
The text was updated successfully, but these errors were encountered: