eventrouter icon indicating copy to clipboard operation
eventrouter copied to clipboard

Add SASL/SCRAM Authentication

Open webfrank opened this issue 3 years ago • 2 comments

Added "kafkaSaslMechanism" -> "sha256" | "sha512" to be able to use SCRAM authentication.

webfrank avatar Feb 28 '22 08:02 webfrank

I don't have much experience running this but just googling I found a similar PR for Minio https://git.oyd.org.tr/oyd/minio/commit/1ffa983a9d8efac1194fbba2d8365e40b9db41aa?style=unified&whitespace=ignore-change which also had a PLAIN option. Is something like that necessary or does this work just fine as-is in a backwards compatible way?

johnSchnake avatar Feb 28 '22 15:02 johnSchnake

Hi, just leave it blank and plain is used for backwards compatibility.

webfrank avatar Feb 28 '22 22:02 webfrank