This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 7248b76125f4fe088e3e01bf4e877767de612340 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 10 09:45:10 2025 +0100 Kafka SSL Source Kamelet - SSLTruststorePassword is required Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/kafka-ssl-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/kafka-ssl-source.kamelet.yaml b/kamelets/kafka-ssl-source.kamelet.yaml index e37467af..777aae24 100644 --- a/kamelets/kafka-ssl-source.kamelet.yaml +++ b/kamelets/kafka-ssl-source.kamelet.yaml @@ -36,6 +36,7 @@ spec: - topic - bootstrapServers - sslTruststoreLocation + - sslTruststorePassword - sslKeyPassword type: object properties:
