Kafka (sarama) authentication with user/pass (#6291)
This commit is contained in:
committed by
kannappanr
parent
67d8396af4
commit
7cb87f863e
@@ -101,7 +101,17 @@ var (
|
||||
"1": {
|
||||
"enable": false,
|
||||
"brokers": null,
|
||||
"topic": ""
|
||||
"topic": "",
|
||||
"tls" : {
|
||||
"enable" : false,
|
||||
"skipVerify" : false,
|
||||
"clientAuth" : 0
|
||||
},
|
||||
"sasl" : {
|
||||
"enable" : false,
|
||||
"username" : "",
|
||||
"password" : ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"mqtt": {
|
||||
|
||||
Reference in New Issue
Block a user