Skip to content

Commit

Permalink
Merge pull request #219 from octarinesec/add-missing-rbac-permissions
Browse files Browse the repository at this point in the history
Add missing rbac permissions for monitor to access cbcontainersagents
  • Loading branch information
tomer-shefler authored Dec 24, 2023
2 parents fe055c1 + e78fb2c commit e011416
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ rules:
- validatingwebhookconfigurations
verbs:
- list
- apiGroups:
- operator.containers.carbonblack.io
resources:
- cbcontainersagents
verbs:
- get
- list
- watch
- apiGroups:
- operator.containers.carbonblack.io
resources:
- cbcontainersagents/status
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit e011416

Please sign in to comment.