Skip to content

Commit

Permalink
[Cherry pick] add repository read permission to limitedGuest (goharbo…
Browse files Browse the repository at this point in the history
…r#19816)

add repository read permission to limitedGuest

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 15, 2024
1 parent 773931d commit cf41c69
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 cf41c69

Please sign in to comment.