Skip to content

Commit dc091c5

Browse files
pdepaepePierre De Paepe
and
Pierre De Paepe
authored
Show plaintext as supported Kafka auth option in CLI help (#2721)
Signed-off-by: Pierre De Paepe <pierre.de-paepe@ovhcloud.com> Co-authored-by: Pierre De Paepe <pierre.de-paepe@ovhcloud.com>
1 parent 2f8ffa9 commit dc091c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kafka/auth/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ var authTypes = []string{
3636
none,
3737
kerberos,
3838
tls,
39+
plaintext,
3940
}
4041

4142
// AuthenticationConfig describes the configuration properties needed authenticate with kafka cluster

0 commit comments

Comments
 (0)