mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Kafka (sarama) authentication with user/pass (#6291)
This commit is contained in:
committed by
kannappanr
parent
67d8396af4
commit
7cb87f863e
@@ -91,7 +91,17 @@
|
||||
"1": {
|
||||
"enable": true,
|
||||
"brokers": ["localhost:9092"],
|
||||
"topic": "bucketevents"
|
||||
"topic": "bucketevents",
|
||||
"tls" : {
|
||||
"enable" : true,
|
||||
"skipVerify" : false,
|
||||
"clientAuth" : 0
|
||||
},
|
||||
"sasl" : {
|
||||
"enable" : true,
|
||||
"username" : "kafka",
|
||||
"password" : "kafkapasswd"
|
||||
}
|
||||
}
|
||||
},
|
||||
"webhook": {
|
||||
|
||||
Reference in New Issue
Block a user