Skip to content

Commit

Permalink
add permission for kataconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze committed Oct 14, 2024
1 parent e9a1bbe commit 9892bce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/rbac/api_resource_collector_cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,3 +867,11 @@ rules:
verbs:
- get
- list
# Necessary to check for sandboxed-containers config for BSI requirements
- apiGroups:
- kataconfiguration.openshift.io
verbs:
- list
- get
resources:
- kataconfigs

0 comments on commit 9892bce

Please sign in to comment.