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

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

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-source.kamelet.yaml
index a189882e..059002ac 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-datalake-source.kamelet.yaml
@@ -79,6 +79,12 @@ spec:
         description: The number of milliseconds before the next poll of the 
selected blob.
         type: integer
         default: 500
+      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"
@@ -93,5 +99,6 @@ spec:
         clientSecret: "{{clientSecret}}"
         tenantId: "{{tenantId}}"
         delay: "{{delay}}"
+        credentialType: "{{credentialType}}"
       steps:
         - to: "kamelet:sink"

Reply via email to