Skip to content

Commit

Permalink
Azure Storage Blob Kamelets should specify which kind of credentials …
Browse files Browse the repository at this point in the history
…to use
  • Loading branch information
oscerd committed Oct 3, 2022
1 parent 3712f21 commit 55d6cdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kamelets/azure-storage-blob-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
credentialType:
title: Credential Type
description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
type: string
default: SHARED_ACCOUNT_KEY
dependencies:
- "camel:azure-storage-blob"
- "camel:kamelet"
Expand All @@ -79,6 +84,7 @@ spec:
parameters:
operation: "listBlobs"
accessKey: "{{accessKey}}"
credentialType: "{{credentialType}}"
- split:
jsonpath: "$.*"
steps:
Expand Down

0 comments on commit 55d6cdc

Please sign in to comment.