Skip to content

Commit

Permalink
fixed wrong dispatcher permissions (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
astelmashenko authored Oct 22, 2024
1 parent 7626981 commit 8a66f8d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/jetstream/200-jsm-dispatcher-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,22 @@ rules:
- messaging.knative.dev
resources:
- natsjetstreamchannels
- natsjetstreamchannels/status
verbs:
- get
- list
- watch
- update
- patch
- apiGroups:
- eventing.knative.dev
resources:
- eventpolicies
- eventpolicies/status
verbs:
- get
- list
- watch
- apiGroups:
- messaging.knative.dev
resources:
Expand All @@ -54,3 +64,23 @@ rules:
- create
- patch
- update
- apiGroups:
- "" # Core API group.
resources:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- "coordination.k8s.io"
resources:
- "leases"
verbs:
- get
- list
- create
- update
- delete
- patch
- watch

0 comments on commit 8a66f8d

Please sign in to comment.