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

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

commit ce5ca7ac770bddbdd2a75e85a9054bd7e3cf35c6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Mar 23 18:13:30 2023 +0100

    Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as 
default
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../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 cc1613e3..3ca9b39a 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
@@ -95,7 +95,7 @@ spec:
       uri: "azure-storage-blob:{{accountName}}/{{containerName}}"
       parameters:
         accessKey: "{{accessKey}}"
-        credentialType: "{{credentialType}}"
+        credentialType: "SHARED_ACCOUNT_KEY"
         delay: "{{delay}}"
       steps:
         - process:

Reply via email to