Skip to content

Commit

Permalink
Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Stora…
Browse files Browse the repository at this point in the history
…ge Datalake Source

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Feb 12, 2024
1 parent 4efc17b commit f93b58f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kamelets/azure-storage-datalake-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -93,5 +99,6 @@ spec:
clientSecret: "{{clientSecret}}"
tenantId: "{{tenantId}}"
delay: "{{delay}}"
credentialType: "{{credentialType}}"
steps:
- to: "kamelet:sink"

0 comments on commit f93b58f

Please sign in to comment.