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 d2ca35764af9a33c7033a3142e8ccaab52518ad1 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 22 14:14:11 2023 +0100 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Changefeed Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/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 3928996d..2e134943 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}"
