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 4efc17bd09b75f1f02901ba176763a1bddd108d4
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 12 11:08:29 2024 +0100

    Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Storage 
Datalake Sink
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../resources/kamelets/azure-storage-datalake-sink.kamelet.yaml    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
index e32e5b15..20a81070 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/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}}"

Reply via email to