From 9cfe05937a369aa9adbedd8ea9f4bc1e73edae81 Mon Sep 17 00:00:00 2001 From: Pierre De Paepe Date: Mon, 11 Jan 2021 16:04:08 +0100 Subject: [PATCH] plaintext as supported kafka auth option Signed-off-by: Pierre De Paepe --- pkg/kafka/auth/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/kafka/auth/config.go b/pkg/kafka/auth/config.go index 74aa7fac5c9..c9e42e0c0a5 100644 --- a/pkg/kafka/auth/config.go +++ b/pkg/kafka/auth/config.go @@ -36,6 +36,7 @@ var authTypes = []string{ none, kerberos, tls, + plaintext, } // AuthenticationConfig describes the configuration properties needed authenticate with kafka cluster