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

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

commit 0ef972ff757578667b15579c3725ef40be131dd4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Mar 22 14:11:47 2023 +0100

    Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as 
default - Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/azure-storage-blob-sink.kamelet.yaml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/kamelets/azure-storage-blob-sink.kamelet.yaml 
b/kamelets/azure-storage-blob-sink.kamelet.yaml
index 974bb653..4b112c05 100644
--- a/kamelets/azure-storage-blob-sink.kamelet.yaml
+++ b/kamelets/azure-storage-blob-sink.kamelet.yaml
@@ -64,12 +64,6 @@ spec:
         description: The operation to perform.
         type: string
         default: uploadBlockBlob
-      credentialType:
-        title: Credential Type
-        description: Determines the credential strategy to adopt. 
-        type: string
-        default: SHARED_ACCOUNT_KEY
-        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
   dependencies:
     - "camel:core"
     - "camel:azure-storage-blob"
@@ -100,4 +94,4 @@ spec:
           parameters:
             accessKey: "{{accessKey}}"
             operation: "{{operation}}"
-            credentialType: "{{credentialType}}"
+            credentialType: "SHARED_ACCOUNT_KEY"

Reply via email to