KafkaUser Secrets Not Created from UserOperator via Entity Operator #4941
Unanswered
Hemant0601
asked this question in
Q&A
Replies: 4 comments 24 replies
-
Hi. Just a silly question as this happened to me a lot of times. Do you execute |
Beta Was this translation helpful? Give feedback.
1 reply
-
You should check:
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Can you provide you Kafka resource? It seems you are missing
|
Beta Was this translation helpful? Give feedback.
7 replies
-
Actually I need the TLS encryption so I want to keep it true.
For authentication I want to use scram-sha-512.
I am able to create a user with scram-sha-512.
Now I want to connect to the remote brokers, but when I connect it gives me
protocol error.
I am using kafkcat to test my connection.
I am not sure what I am doing wrong.
…On Tue, 11 May, 2021, 9:15 pm Jakub Scholz, ***@***.***> wrote:
I think the config looks correct. But the loadbalancer listener has TLS
encryption on. So you still need to configure TLS encryption to connect
even with the SCRAM-SHA client. If you do not want to use TLS at all, just
change tls: true to tls: false.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4941 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKBWYXA5G2UFZJA364YAZTTNFGLBANCNFSM44USQ7OQ>
.
|
Beta Was this translation helpful? Give feedback.
10 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Try creating a KafkaUser like
apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaUser metadata: name: super-admin labels: strimzi.io/cluster: my-cluster spec: authentication: type: scram-sha-512
User shows in the created list but secrets are not visible in kubectl get secrets
Beta Was this translation helpful? Give feedback.
All reactions