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/16 06:52:06 UTC

[camel-kamelets] branch 1158 created (now cdb65084)

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

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


      at cdb65084 Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters

This branch includes the following new commits:

     new 8f2194c4 Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters
     new cdb65084 Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters

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: Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters

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

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

commit cdb6508406ad0c16d62682a71ec76d8ff33f3595
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 16 07:48:14 2022 +0100

    Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../kamelets/azure-storage-blob-changefeed-source.kamelet.yaml      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
index 5dcf1d51..a4afb7c4 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
@@ -57,6 +57,11 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        type: string
+        default: SHARED_ACCOUNT_KEY
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"
@@ -74,4 +79,5 @@ spec:
           parameters:
             operation: "getChangeFeed"
             accessKey: "{{accessKey}}"
+            credentialType: "{{credentialType}}"
       - to: "kamelet:sink"


[camel-kamelets] 01/02: Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters

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

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

commit 8f2194c4445ef4019d36144255ee5b7cd97a57b3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 16 07:45:54 2022 +0100

    Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-storage-blob-changefeed-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
index 5dcf1d51..a4afb7c4 100644
--- a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
@@ -57,6 +57,11 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        type: string
+        default: SHARED_ACCOUNT_KEY
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"
@@ -74,4 +79,5 @@ spec:
           parameters:
             operation: "getChangeFeed"
             accessKey: "{{accessKey}}"
+            credentialType: "{{credentialType}}"
       - to: "kamelet:sink"