You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to strimzi, it would be extremely useful to be able to provision users (both TLS and SCRAM-SHA-512), including RBAC via crds that the operator processes. I'm sure something similar is achievable with Kubernetes Jobs and scripts, but that kind of defeats the purpose of using the operator?
I have a use case that deploys kafka to 87 single node instances in an identical fashion. At a minimum I need to deploy a user on each one for use with mirrormaker2. I'd live to use redpanda over kafka for a lower footprint on these devices, but to date I haven't pursued it because of this user provisioning issue.
Similar to strimzi, it would be extremely useful to be able to provision users (both TLS and SCRAM-SHA-512), including RBAC via crds that the operator processes. I'm sure something similar is achievable with Kubernetes Jobs and scripts, but that kind of defeats the purpose of using the operator?
Some examples from strimzi:
https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/user/kafka-user.yaml
https://strimzi.io/docs/operators/latest/configuring.html#type-KafkaUser-reference
I have a use case that deploys kafka to 87 single node instances in an identical fashion. At a minimum I need to deploy a user on each one for use with mirrormaker2. I'd live to use redpanda over kafka for a lower footprint on these devices, but to date I haven't pursued it because of this user provisioning issue.
JIRA Link: K8S-191
The text was updated successfully, but these errors were encountered: