Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krylov-aleksandr opened this issue Dec 13, 2020 · 1 comment
Labels
enhancement Feature request

Comments

@krylov-aleksandr
Copy link

krylov-aleksandr commented Dec 13, 2020

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 krylov-aleksandr changed the title How can I pass the password for the private key in the kafka_group in plugin. How can I pass the password for the private key in the kafka_group input plugin. Dec 13, 2020
@kenhys
Copy link
Contributor

kenhys commented Jul 5, 2021

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 kenhys added the enhancement Feature request label Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request
Projects
None yet
Development

No branches or pull requests

2 participants