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/11/07 10:20:04 UTC

[camel-kamelets] branch 1086 created (now 803a0c32)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch 1086
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at 803a0c32 Nats Kamelets: Mark servers as secret parameter since it could contains sensitive data if authenticated

This branch includes the following new commits:

     new e493d0dd Nats Kamelets: Mark servers as secret parameter since it could contains sensitive data if authenticated
     new 803a0c32 Nats Kamelets: Mark servers as secret parameter since it could contains sensitive data if authenticated

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 02/02: Nats Kamelets: Mark servers as secret parameter since it could contains sensitive data if authenticated

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1086
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 803a0c32ce16d6ce1a627b3db4aa7d0b2da0c171
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 7 11:18:34 2022 +0100

    Nats Kamelets: Mark servers as secret parameter since it could contains sensitive data if authenticated
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kamelets/src/main/resources/kamelets/nats-sink.kamelet.yaml | 4 ++++
 .../src/main/resources/kamelets/nats-source.kamelet.yaml              | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/nats-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/nats-sink.kamelet.yaml
index 64e32baf..07b4e95d 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/nats-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/nats-sink.kamelet.yaml
@@ -44,6 +44,10 @@ spec:
         title: Servers
         description: Comma separated list of NATS Servers
         type: string
+        format: password
+        x-descriptors:
+        - urn:alm:descriptor:com.tectonic.ui:password
+        - urn:camel:group:credentials
   dependencies:
   - "camel:nats"
   - "camel:kamelet"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/nats-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/nats-source.kamelet.yaml
index b47ff023..58adcd39 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/nats-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/nats-source.kamelet.yaml
@@ -44,6 +44,10 @@ spec:
         title: Servers
         description: Comma separated list of NATS Servers
         type: string
+        format: password
+        x-descriptors:
+        - urn:alm:descriptor:com.tectonic.ui:password
+        - urn:camel:group:credentials
   types:
     out:
       mediaType: application/json


[camel-kamelets] 01/02: Nats Kamelets: Mark servers as secret parameter since it could contains sensitive data if authenticated

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1086
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e493d0dd22eb53abce4dc5707e6c05d243de58fe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 7 11:17:46 2022 +0100

    Nats Kamelets: Mark servers as secret parameter since it could contains sensitive data if authenticated
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/nats-sink.kamelet.yaml   | 4 ++++
 kamelets/nats-source.kamelet.yaml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/kamelets/nats-sink.kamelet.yaml b/kamelets/nats-sink.kamelet.yaml
index 64e32baf..07b4e95d 100644
--- a/kamelets/nats-sink.kamelet.yaml
+++ b/kamelets/nats-sink.kamelet.yaml
@@ -44,6 +44,10 @@ spec:
         title: Servers
         description: Comma separated list of NATS Servers
         type: string
+        format: password
+        x-descriptors:
+        - urn:alm:descriptor:com.tectonic.ui:password
+        - urn:camel:group:credentials
   dependencies:
   - "camel:nats"
   - "camel:kamelet"
diff --git a/kamelets/nats-source.kamelet.yaml b/kamelets/nats-source.kamelet.yaml
index b47ff023..58adcd39 100644
--- a/kamelets/nats-source.kamelet.yaml
+++ b/kamelets/nats-source.kamelet.yaml
@@ -44,6 +44,10 @@ spec:
         title: Servers
         description: Comma separated list of NATS Servers
         type: string
+        format: password
+        x-descriptors:
+        - urn:alm:descriptor:com.tectonic.ui:password
+        - urn:camel:group:credentials
   types:
     out:
       mediaType: application/json