From c2ea7337fef5e67e87238e351d0bdfc3c2d76cf8 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Thu, 9 Jan 2025 13:56:55 +0100 Subject: [PATCH] Revert "Kafka SSL Source Kamelet - include missing sslTruststorePassword (#2339)" (#2340) This reverts commit 1b7e39f1b16c1abf3dc8c18c6c7a47d779dd2758. --- kamelets/kafka-ssl-source.kamelet.yaml | 8 -------- .../main/resources/kamelets/kafka-ssl-source.kamelet.yaml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/kamelets/kafka-ssl-source.kamelet.yaml b/kamelets/kafka-ssl-source.kamelet.yaml index 88b8132e2..0ab08a390 100644 --- a/kamelets/kafka-ssl-source.kamelet.yaml +++ b/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}}' 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 88b8132e2..0ab08a390 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}}'