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 6e9920784727eccae5e85dc06a3f1e7df3b8d318 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 22 14:10:52 2023 +0100 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default - Source Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- .../resources/kamelets/azure-storage-blob-source.kamelet.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 c9dd8f96..885a08cc 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 @@ -59,12 +59,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"] delay: title: Delay description: The number of milliseconds before the next poll of the selected blob. @@ -117,5 +111,5 @@ spec: parameters: operation: "deleteBlob" accessKey: "{{accessKey}}" - credentialType: "{{credentialType}}" + credentialType: "SHARED_ACCOUNT_KEY"
