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 2023/03/23 17:14:56 UTC

[camel-kamelets] branch 0.9.x-1405-take-2 created (now 4fdc8d74)

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

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


      at 4fdc8d74 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default

This branch includes the following new commits:

     new eca2e839 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default
     new 4fdc8d74 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default

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 Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default

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

commit 4fdc8d74b094744aff95a7b581cf80a73f140aad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 18:11:31 2023 +0100

    Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index 5e79def1..64031d7b 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -79,7 +79,7 @@ spec:
       uri: "azure-storage-blob:{{accountName}}/{{containerName}}"
       parameters:
         accessKey: "{{accessKey}}"
-        credentialType: "{{credentialType}}"
+        credentialType: "SHARED_ACCOUNT_KEY"
         delay: "{{delay}}"
       steps:
         - to: "kamelet:sink"


[camel-kamelets] 01/02: Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default

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

commit eca2e8399b73498abd8832c1da3d704b3cdc63b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 18:10:31 2023 +0100

    Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-storage-blob-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/azure-storage-blob-source.kamelet.yaml b/kamelets/azure-storage-blob-source.kamelet.yaml
index 5e79def1..64031d7b 100644
--- a/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -79,7 +79,7 @@ spec:
       uri: "azure-storage-blob:{{accountName}}/{{containerName}}"
       parameters:
         accessKey: "{{accessKey}}"
-        credentialType: "{{credentialType}}"
+        credentialType: "SHARED_ACCOUNT_KEY"
         delay: "{{delay}}"
       steps:
         - to: "kamelet:sink"