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 f93b58f24cd3907c61a6e19c3227e50f6dff0730 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 12 11:09:23 2024 +0100 Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Storage Datalake Source Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/azure-storage-datalake-source.kamelet.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kamelets/azure-storage-datalake-source.kamelet.yaml b/kamelets/azure-storage-datalake-source.kamelet.yaml index a189882e..059002ac 100644 --- a/kamelets/azure-storage-datalake-source.kamelet.yaml +++ b/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"