From 602b9435d7b3908a66ef7793f6ba7c21ecb83b72 Mon Sep 17 00:00:00 2001 From: pdepaepe Date: Mon, 11 Jan 2021 18:59:46 +0100 Subject: [PATCH] Show plaintext as supported Kafka auth option in CLI help (#2721) Signed-off-by: Pierre De Paepe Co-authored-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