Aiven-Open / opensearch-connector-for-apache-kafka

Aiven's OpenSearch® Connector for Apache Kafka®
Apache License 2.0
63 stars 34 forks source link

mTLS support for Kafka OpenSeach Connector #299

Open erotsil opened 1 week ago

erotsil commented 1 week ago

I am able to connect to Opensearch cluster using basic auth but i want to try to out when Opensearch cluster having mTLS enabled but Openseaech connector is failing to connect so I want to implement mTLS support for Opensearch connector. Is this connector support mTLS ?

willyborankin commented 1 week ago

Hi @erotsil, yes the work is in the progress. Here is the draft PR: https://github.com/Aiven-Open/opensearch-connector-for-apache-kafka/pull/282

erotsil commented 1 week ago

Thanks @willyborankin Is there any ETA to be available ?

willyborankin commented 6 days ago

@erotsil I do my best to finish it asap.

erotsil commented 5 days ago

Thanks @willyborankin