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 23a2bcd8 Update kafka-ssl-source.kamelet.yaml (#2338)
23a2bcd8 is described below
commit 23a2bcd86bbbdb1f09e2628746e12bfb6d7fb4f9
Author: Jorge Figueira <[email protected]>
AuthorDate: Thu Jan 9 12:57:54 2025 +0000
Update kafka-ssl-source.kamelet.yaml (#2338)
* Update kafka-ssl-source.kamelet.yaml
* Update kafka-ssl-source.kamelet.yaml
---------
Co-authored-by: Andrea Cosentino <[email protected]>
---
kamelets/kafka-ssl-source.kamelet.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/kamelets/kafka-ssl-source.kamelet.yaml
b/kamelets/kafka-ssl-source.kamelet.yaml
index 0ab08a39..c9438731 100644
--- a/kamelets/kafka-ssl-source.kamelet.yaml
+++ b/kamelets/kafka-ssl-source.kamelet.yaml
@@ -133,6 +133,14 @@ 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
+ - urn:keda:authentication:password
sslEnabledProtocols:
description: The list of protocols enabled for SSL connections.
TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.
title: SSL Enabled Protocols