From a24d5347059db4e15b04dec87e5ab0eda3d34bd0 Mon Sep 17 00:00:00 2001 From: Andrea Cosentino Date: Wed, 22 Mar 2023 14:14:11 +0100 Subject: [PATCH] Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Changefeed Kamelet Signed-off-by: Andrea Cosentino --- .../azure-storage-blob-changefeed-source.kamelet.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml index e5e5e2dda..3ca7bae6e 100644 --- a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml +++ b/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}"