This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kafka-ssl-source-fix
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 58203c44d84e98378414d31183ef2eacb50b03af
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:

Reply via email to