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 07:00:02 UTC

[camel-kamelets] branch 0.9.x updated (6a55b9a6 -> ef648142)

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

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


    from 6a55b9a6 Aligned to 0.9.3 and usage for Camel K 1.10.3
     new fdd22be4 Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to parameters
     new ef648142 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.


Summary of changes:
 kamelets/azure-storage-blob-changefeed-source.kamelet.yaml          | 6 ++++++
 .../kamelets/azure-storage-blob-changefeed-source.kamelet.yaml      | 6 ++++++
 2 files changed, 12 insertions(+)


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

commit fdd22be402f34a2c7c79c9505b0cb11084fc31b1
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
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit ef64814263cfb86b262fbb315770bf8550566b28
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"