TLDR manohar asked how to provide the keystore password for exporting data from OTEL Collector to Kafka. Srikanth clarified that there isn't any specific parameter for keystore password in the 'tls' part.
The `tls` part doesn’t have any parameter keystore password.
thanks
manohar
Tue, 18 Jul 2023 13:33:25 UTCHello experts, We are trying to export the data from OTEL collector to Kafka. We need to provide the keystore password in the below configuration. Pls let me know what is the right parameter to be used to mention the keystore password. kafka: brokers: - 1.1.1.1:9093 auth: tls: ca_file: "/etc/kafka.pem" cert_file: "/etc/cert.pem" key_file: "/etc/key.pem" insecure_skip_verify: true