Skip to content

Commit

Permalink
Azure Storage Blob Changefeed Source Kamelet: Add CredentialType to p…
Browse files Browse the repository at this point in the history
…arameters

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 16, 2022
1 parent cd17dd5 commit 67b60a2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,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 @@ -74,4 +79,5 @@ spec:
parameters:
operation: "getChangeFeed"
accessKey: "{{accessKey}}"
credentialType: "{{credentialType}}"
- to: "kamelet:sink"

0 comments on commit 67b60a2

Please sign in to comment.