vmware-archive / eventrouter

A simple introspective kubernetes service that forwards events to a specified sink.
Apache License 2.0
883 stars 252 forks source link

Add SASL/SCRAM Authentication #131

Open webfrank opened 2 years ago

webfrank commented 2 years ago

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

johnSchnake commented 2 years ago

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?

webfrank commented 2 years ago

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