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 c2ea7337 Revert "Kafka SSL Source Kamelet - include missing
sslTruststorePassword (#2339)" (#2340)
c2ea7337 is described below
commit c2ea7337fef5e67e87238e351d0bdfc3c2d76cf8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 9 13:56:55 2025 +0100
Revert "Kafka SSL Source Kamelet - include missing sslTruststorePassword
(#2339)" (#2340)
This reverts commit 1b7e39f1b16c1abf3dc8c18c6c7a47d779dd2758.
---
kamelets/kafka-ssl-source.kamelet.yaml | 8 --------
.../src/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 88b8132e..0ab08a39 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 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}}'