fluent-plugin-kafka icon indicating copy to clipboard operation
fluent-plugin-kafka copied to clipboard

How can I pass the password for the private key in the kafka_group input plugin.

Open krylov-aleksandr opened this issue 4 years ago • 1 comments

Good afternoon. How can I pass the password for the private key in the kafka_group input plugin. I can't find any mention of password transfer in the documentation.

Example of the expected option:

<source>
 @type kafka_group
 brokers kafka:9093
 consumer_group kafka-group
 ssl_ca_cert ca-cert.pem
 ssl_client_cert client-cert.pem
 ssl_client_cert_key client-cert-key.pem
 ssl_client_cert_key_password password
 topics kafka-topic
 format json
</source>

thank you in Advance.

krylov-aleksandr avatar Dec 13 '20 13:12 krylov-aleksandr

Currently, ssl_client_cert_key_password is not supported yet.

https://github.com/fluent/fluent-plugin-kafka/blob/master/lib/fluent/plugin/in_kafka_group.rb#L195-L200

kenhys avatar Jul 05 '21 08:07 kenhys