-
Hello everyone! I want to set up authentication using scram-sha-512. Here is my config:
The documentation says that "When the user is created by the User Operator, it creates a new secret with the same name as the KafkaUser resource.", But in my case Secrets is not created:
And it also seems strange to me that the Ready field of kafkauser is empty. I've tried creating the secret manually, this way:
And trying to connect using kafka-console-producer with the following config file:
but I get an authorization error
Please tell me what could be the error? Maybe there is a step-by-step instruction with the same setup example? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
strimzi.io/cluster
label on yourKafkaUser
resource needs to match the name of your Kafka cluster which ismy-cluster
and notacl-test
.