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:14 UTC

[camel-kamelets] 03/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 a78917660e0a1adb382a5624a6394e08d273f48b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 11 06:51:35 2022 +0200

    Add back Kafka SSL Source Kamelet
---
 kamelets/kafka-ssl-source.kamelet.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kamelets/kafka-ssl-source.kamelet.yaml b/kamelets/kafka-ssl-source.kamelet.yaml
index 6a9b321a..cc131e42 100644
--- a/kamelets/kafka-ssl-source.kamelet.yaml
+++ b/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: