User creation and syncing from Kafka #9039
rajjaiswalsaumya
started this conversation in
General
Replies: 1 comment 4 replies
-
If you want to manage your Kafka users your self, you can disable the User Operator and use the Kafka Admin API only. |
Beta Was this translation helpful? Give feedback.
4 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.
-
We have a requirement where our Kafka is externally exposed and the onboarding of Users happens when a customer from UI chooses to use the event stream. We want to create a user for this customer in Kafka on the fly. We used Kafka's admin client but the SCRAM-SHA login does not seem to work. After reading some docs, it seems Strimzi does not manage the syncing of users from Kafka to CRD while the same works for topics. Due to this, the user secret does not get created and and the login does not work. Is there a way we can make this work? We are using strimzi 0.32.1 chart.
Beta Was this translation helpful? Give feedback.
All reactions