Skip to content

Commit

Permalink
add repository read permission to limitedGuest (#19757)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Trofimenko <maksym@container-registry.com>
Co-authored-by: Maksym Trofimenko <maksym@container-registry.com>
  • Loading branch information
tpoxa and Maksym Trofimenko authored Jan 8, 2024
1 parent f8d2169 commit 9e5efc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/rbac/project/rbac_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ var (
{Resource: rbac.ResourceQuota, Action: rbac.ActionRead},

{Resource: rbac.ResourceRepository, Action: rbac.ActionList},
{Resource: rbac.ResourceRepository, Action: rbac.ActionRead},
{Resource: rbac.ResourceRepository, Action: rbac.ActionPull},

{Resource: rbac.ResourceConfiguration, Action: rbac.ActionRead},
Expand Down

0 comments on commit 9e5efc9

Please sign in to comment.