apache / camel-kamelets

Apache Camel Kamelets Repository
https://camel.apache.org
Apache License 2.0
55 stars 79 forks source link

Introduce Truststore password configuration #2202

Closed XLAQO closed 2 months ago

XLAQO commented 2 months ago

Hi,

I was trying to use the Camel's Kafka SSL Sink Connector with a truststore. Of course, truststores usually have a password set, which cannot be configured for this connector. This Pull Request aims to add this configuration option for the underlying Kamelet.

I have already created a PR for the related connector: https://github.com/apache/camel-kafka-connector/pull/1671