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 a7c42eab Regen for commit 4664181e28b06e379d8b47e905e8ae9b33dc4a17 (#2333) a7c42eab is described below commit a7c42eab045d292d6f4e74c9501bc722f9285564 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jan 6 19:13:58 2025 +0100 Regen for commit 4664181e28b06e379d8b47e905e8ae9b33dc4a17 (#2333) Signed-off-by: GitHub <nore...@github.com> Co-authored-by: oscerd <osc...@users.noreply.github.com> --- .../src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml index 88b8132e..0ab08a39 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml @@ -133,13 +133,6 @@ 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 sslEnabledProtocols: description: The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. title: SSL Enabled Protocols @@ -170,7 +163,6 @@ spec: sslKeyPassword: '{{sslKeyPassword}}' sslKeystorePassword: '{{sslKeystorePassword}}' sslTruststoreLocation: '{{sslTruststoreLocation}}' - sslTruststorePassword: '{{sslTruststorePassword}}' sslProtocol: '{{sslProtocol}}' sslEnabledProtocols: '{{sslEnabledProtocols}}' sslEndpointAlgorithm: '{{sslEndpointAlgorithm}}'