-
Is there a way to generate or set a particular password for KafkaUser? Spent an enormous time trying to find any particular documentation about this, but no lack. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Normally, you should be able to create the secret with the right structure first before creating the |
Beta Was this translation helpful? Give feedback.
Normally, you should be able to create the secret with the right structure first before creating the
KafkaUser
resource. When the operator sees it then, it will just reuse it and set the password from it. It is not documented - it is really just a hack. One think to double check is that you got all the base64 encodings right. That seems to be common source of issues when working with secrets.