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
commit ee4493e72a8d3745e29f0d87e06e45a63e3df659 Author: Andrea Cosentino <[email protected]> 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:
