Using standalone UserOperator for connecting to MSK cluster using SASL/SCRAM #6998
-
Hello, We wanted to deploy User Operator to connect to MSK which is configured with SASL/SCRAM authentication. These properties are there in TopicOperator though, so is it only supported in Topic and not in User Operator? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The User and Topic operators are primarily developed to be used with Strimzi based Kafka clusters where they use TLS client authentication. So it might not have the option to use SASL authentication and you would need to open a PR with it if you want it. |
Beta Was this translation helpful? Give feedback.
-
FYI: While trying to address something else, I opened #7019 which if accepted / approved might make this possible in Strimzi 0.30. |
Beta Was this translation helpful? Give feedback.
The User and Topic operators are primarily developed to be used with Strimzi based Kafka clusters where they use TLS client authentication. So it might not have the option to use SASL authentication and you would need to open a PR with it if you want it.