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/07 08:45:12 UTC

[camel-kamelets] 02/05: Add password specific markers

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 308665cc1b820e1fab3629a29036a1c042e4e95d
Author: Anton Giertli <ag...@redhat.com>
AuthorDate: Thu Apr 7 08:08:51 2022 +0200

    Add password specific markers
---
 kamelets/kafka-ssl-sink.kamelet.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kamelets/kafka-ssl-sink.kamelet.yaml b/kamelets/kafka-ssl-sink.kamelet.yaml
index 007b5451..7b1957c4 100644
--- a/kamelets/kafka-ssl-sink.kamelet.yaml
+++ b/kamelets/kafka-ssl-sink.kamelet.yaml
@@ -77,6 +77,10 @@ spec:
           and only needed if ssl.keystore.location is configured.
         title: SSL Keystore Password
         type: string
+        format: password
+        x-descriptors:
+          - urn:alm:descriptor:com.tectonic.ui:password
+          - urn:camel:group:credentials
       sslTruststoreLocation:
         description: The location of the trust store file.
         title: SSL Truststore Location
@@ -85,6 +89,9 @@ spec:
         description: The password of the private key in the key store file.
         title: SSL Key Password
         type: string
+        x-descriptors:
+          - urn:alm:descriptor:com.tectonic.ui:password
+          - urn:camel:group:credentials
       topic:
         description: Comma separated list of Kafka topic names
         title: Topic Names