This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 1fce06224d387ae9fb2485d8a39dc3c2f46074ec Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Oct 3 09:30:36 2022 +0200 Azure Storage Blob Kamelets should specify which kind of credentials to use --- kamelets/azure-storage-blob-sink.kamelet.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kamelets/azure-storage-blob-sink.kamelet.yaml b/kamelets/azure-storage-blob-sink.kamelet.yaml index 5d5fc08e..80ed7d31 100644 --- a/kamelets/azure-storage-blob-sink.kamelet.yaml +++ b/kamelets/azure-storage-blob-sink.kamelet.yaml @@ -63,6 +63,11 @@ spec: description: The operation to perform. type: string default: uploadBlockBlob + credentialType: + title: Credential Type + description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY + type: string + default: SHARED_ACCOUNT_KEY dependencies: - "camel:core" - "camel:azure-storage-blob" @@ -93,3 +98,4 @@ spec: parameters: accessKey: "{{accessKey}}" operation: "{{operation}}" + credentialType: "{{credentialType}}"