User Operator User with underscore in name #5684
-
Currently when we try to create a user with an underscore, the Topic Operator fails with error:
This is coming from Kubernetes end I believe and the Topic Operator also has got same issue however, in TopicOperator it can be circumvented by using Question: Is there any schema property like Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have to follow the Kubernetes rules for the user names. If you really need a users with incompatible names, you can also disable the User Operator and manage the users directly in Kafka yourself. In that case you are limited only by what Kafka defines as a valid username. |
Beta Was this translation helpful? Give feedback.
You have to follow the Kubernetes rules for the user names. If you really need a users with incompatible names, you can also disable the User Operator and manage the users directly in Kafka yourself. In that case you are limited only by what Kafka defines as a valid username.