Skip to content

Commit

Permalink
add IAM_GROUPS_CREATE cap to registry push caps (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Douglas <[email protected]>
  • Loading branch information
cmdpdx authored Jan 26, 2024
1 parent fd6b544 commit d5efea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/capabilities/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ var (
Capability_CAP_TAG_CREATE,
Capability_CAP_TAG_UPDATE,
Capability_CAP_TAG_DELETE,

// To create nested groups as needed on push.
Capability_CAP_IAM_GROUPS_CREATE,
}, RegistryPullCaps...))

RegistryPullTokenCreatorCaps = sortCaps(append([]Capability{
Expand Down

0 comments on commit d5efea2

Please sign in to comment.