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:57:59 UTC

[camel-kamelets] branch 0.9.x-1158 created (now 6fd34156)

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

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


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

This branch includes the following new commits:

     new ce6933a3 Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters
     new 6fd34156 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] 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 0.9.x-1158
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit ce6933a30dcf5b790b05dd804d71e57bc690b31e
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 4a081616..30bd8c5c 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"


[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 0.9.x-1158
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 6fd34156aaaf0fe967e6c6d144a39fd01489e5de
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 4a081616..30bd8c5c 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"