This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit c83bcc914bb2f2183aa4f0f81dfe9406354e9147 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 12 11:07:52 2024 +0100 Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Storage Datalake Sink Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/azure-storage-datalake-sink.kamelet.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kamelets/azure-storage-datalake-sink.kamelet.yaml b/kamelets/azure-storage-datalake-sink.kamelet.yaml index e32e5b15..20a81070 100644 --- a/kamelets/azure-storage-datalake-sink.kamelet.yaml +++ b/kamelets/azure-storage-datalake-sink.kamelet.yaml @@ -74,6 +74,12 @@ spec: type: string x-descriptors: - urn:camel:group:credentials + credentialType: + title: Credential Type + description: Determines the credential strategy to adopt. + type: string + enum: ["CLIENT_SECRET", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY", "AZURE_SAS", "SERVICE_CLIENT_INSTANCE"] + default: "CLIENT_SECRET" dependencies: - "camel:azure-storage-datalake" - "camel:kamelet" @@ -108,3 +114,4 @@ spec: clientSecret: "{{clientSecret}}" tenantId: "{{tenantId}}" operation: "upload" + credentialType: "{{credentialType}}"