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


The following commit(s) were added to refs/heads/main by this push:
     new a6e8614e Regen for commit dfd4fc2c641a44ccb18af8740f392deb46be7d56 
(#2204)
a6e8614e is described below

commit a6e8614e53f241624153285b4bf0141fa0e0b107
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 18 17:37:00 2024 +0200

    Regen for commit dfd4fc2c641a44ccb18af8740f392deb46be7d56 (#2204)
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: oscerd <[email protected]>
---
 .../src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml      | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml
index fb2e2b22..9693f996 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-sink.kamelet.yaml
@@ -45,6 +45,7 @@ spec:
       - sslKeystoreLocation
       - sslKeystorePassword
       - sslTruststoreLocation
+      - sslTruststorePassword
       - sslKeyPassword
     properties:
       bootstrapServers:
@@ -92,6 +93,13 @@ spec:
         description: The location of the trust store file.
         title: SSL Truststore Location
         type: string
+      sslTruststorePassword:
+        description: The store password for the trust store file.
+        title: SSL Truststore Password
+        type: string
+        format: password
+        x-descriptors:
+          - urn:camel:group:credentials
       sslKeyPassword:
         description: The password of the private key in the key store file.
         title: SSL Key Password
@@ -133,6 +141,7 @@ spec:
           sslKeyPassword: '{{sslKeyPassword}}'
           sslKeystorePassword: '{{sslKeystorePassword}}'
           sslTruststoreLocation: '{{sslTruststoreLocation}}'
+          sslTruststorePassword: '{{sslTruststorePassword}}'
           sslProtocol: '{{sslProtocol}}'
           sslEnabledProtocols: '{{sslEnabledProtocols}}'
           sslEndpointAlgorithm: '{{sslEndpointAlgorithm}}'

Reply via email to