Skip to content

Commit

Permalink
Show plaintext as supported Kafka auth option in CLI help (jaegertrac…
Browse files Browse the repository at this point in the history
…ing#2721)

Signed-off-by: Pierre De Paepe <[email protected]>

Co-authored-by: Pierre De Paepe <[email protected]>
  • Loading branch information
2 people authored and bhiravabhatla committed Jan 25, 2021
1 parent 4c8ad45 commit 602b943
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 602b943

Please sign in to comment.