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 61ad8cb8 Regen for commit 23a2bcd86bbbdb1f09e2628746e12bfb6d7fb4f9
(#2341)
61ad8cb8 is described below
commit 61ad8cb87fd7bc73091fd13ae358750401871e77
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 14:05:58 2025 +0100
Regen for commit 23a2bcd86bbbdb1f09e2628746e12bfb6d7fb4f9 (#2341)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: oscerd <[email protected]>
---
.../src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
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 0ab08a39..c9438731 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,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