Description
Currently when setting up the kafka indexing service, we're only able to provide the following and would be nice if we can also specify the certificate/key
ioConfig: {
consumerProperties: {
"ssl.truststore.password": "",
"ssl.keystore.password": "",
"ssl.key.password": ""
}
}
Motivation
The documentation ins't exactly clear how to use kafka indexing service with tls enabled kafka brokers. It would be nice if there was a way to specify the cert & key or if it's already possible, just updating documentation.