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/22 13:25:50 UTC

[camel-kamelets] 06/06: Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Changefeed Kamelet

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

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

commit e05617145977b030025e3f7e441966f8aed92eeb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 22 14:15:37 2023 +0100

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

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 3928996d..2e134943 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
@@ -58,12 +58,6 @@ 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. 
-        type: string
-        default: SHARED_ACCOUNT_KEY
-        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"
@@ -84,7 +78,7 @@ spec:
             parameters:
               operation: "getChangeFeed"
               accessKey: "{{accessKey}}"
-              credentialType: "{{credentialType}}"
+              credentialType: "SHARED_ACCOUNT_KEY"
         - split:
             expression:
               simple: "${body}"