Skip to content

Commit

Permalink
feat(controller): generate SBOM controller rbac rules
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
  • Loading branch information
fabriziosestito committed Oct 18, 2024
1 parent 471382f commit 57e838a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions helm/templates/controller/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,29 @@ rules:
- get
- patch
- update
- apiGroups:
- storage.sbombastic.rancher.io.sbombastic.rancher.io
resources:
- sboms
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- storage.sbombastic.rancher.io.sbombastic.rancher.io
resources:
- sboms/finalizers
verbs:
- update
- apiGroups:
- storage.sbombastic.rancher.io.sbombastic.rancher.io
resources:
- sboms/status
verbs:
- get
- patch
- update

0 comments on commit 57e838a

Please sign in to comment.