You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/04/11 04:58:15 UTC

[camel-kamelets] 04/08: Add back Kafka SSL Source Kamelet

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

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

commit 441b22dd8cea9253ada21584b285fbebb486e03a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 11 06:52:07 2022 +0200

    Add back Kafka SSL Source Kamelet
---
 .../src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml       | 6 +++---
 1 file changed, 3 insertions(+), 3 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 6a9b321a..cc131e42 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
@@ -132,15 +132,15 @@ spec:
         default: TLSv1.2
       sslKeystoreLocation:
         description: The location of the key store file. This is optional for client and can be used for two-way authentication for client.
-        title: SSL Keystore location
+        title: SSL Keystore Location
         type: string
       sslTruststoreLocation:
         description: The location of the trust store file.
-        title: SSL Truststore locationt
+        title: SSL Truststore Location
         type: string
       sslEnabledProtocols:
         description:   The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.
-        title: SSL Enabled protocols
+        title: SSL Enabled Protocols
         type: string
         default: TLSv1.2,TLSv1.1,TLSv1
   dependencies: