Help Configuring SASL_SSL for KafkaMirrorMaker2 in Strimzi #9536
Replies: 2 comments 8 replies
-
The error says that you are tryin to connect to |
Beta Was this translation helpful? Give feedback.
-
SASL_PLAINTEXT is not secure, password is in plain text. Have you progressed on SCRAM? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :)
I am experiencing issues configuring KafkaMirrorMaker2 with SASL_SSL authentication. While SASL_SSL is successfully configured in both primary and target clusters, and services are operating as expected, configuring SASL_SSL for MirrorMaker2 has become a stumbling block.
The primary and target Kafka clusters are using
SCRAM-SHA-512
for authentication, and TLS for encryption with trusted certificates (the user operator created tls users, and I created keystore and truststore secrets from the tls user secrets). The services within the clusters are communicating without issues.However, when setting up KafkaMirrorMaker2, I encounter an SSL handshake error:
Mote: MM2 was working perfectly with SASL_PLAINTEXT config.
Below is the KafkaMirrorMaker2 configuration I am using:
I have configured the tls.trustedCertificates to use ca.crt from the source and target cluster secrets. I suspect I might be missing keystore configuration for mTLS or additional TLS settings for MirrorMaker2.
Could you please provide guidance on configuring the keystore for MirrorMaker2, or if there are additional configurations or considerations I should be aware of for SASL_SSL with MirrorMaker2?
Beta Was this translation helpful? Give feedback.
All reactions