Skip to content

Commit

Permalink
fix: add missing permissions for KafkaRebalance operations (#1119)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Oct 18, 2024
1 parent 663c5f1 commit 21b4fe6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install/console/020-ClusterRole-console-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ rules:
resources:
- kafkas
- kafkatopics
- verbs:
- get
- list
- patch
apiGroups:
- kafka.strimzi.io
resources:
- kafkarebalances
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ rules:
resources:
- kafkas
- kafkatopics
- verbs:
- get
- list
- patch
apiGroups:
- kafka.strimzi.io
resources:
- kafkarebalances

0 comments on commit 21b4fe6

Please sign in to comment.