Skip to content

Commit

Permalink
plaintext as supported kafka auth option
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre De Paepe <[email protected]>
  • Loading branch information
Pierre De Paepe committed Jan 11, 2021
1 parent 2f8ffa9 commit 9cfe059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kafka/auth/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var authTypes = []string{
none,
kerberos,
tls,
plaintext,
}

// AuthenticationConfig describes the configuration properties needed authenticate with kafka cluster
Expand Down

0 comments on commit 9cfe059

Please sign in to comment.