Skip to content

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

Open
@krylov-aleksandr

Description

@krylov-aleksandr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions