Replies: 1 comment
-
This depends on your configuration in the Kafka CR. We always create the SAs to make sure they do not inherit any undesired rights from the default service account. But in some configurations, they do not get any RBAC rights. In case of ZooKeeper I think there is never any binding. In case of Kafka, the bindings are created when node port listener is used or when rack-awareness is used (these are ClusterRoleBindings). Similarly, for KafkaConnect it is created when rack-awareness is used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm investigating the Strimzi operator in order to fully understand how it works, I would be happy if you can explain for me these 2 questions:
Beta Was this translation helpful? Give feedback.
All reactions