Skip to content

Commit

Permalink
Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credenti…
Browse files Browse the repository at this point in the history
…als as default - Changefeed Kamelet

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 22, 2023
1 parent a24d534 commit 5c6f585
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ 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.
type: string
default: SHARED_ACCOUNT_KEY
enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
dependencies:
- "camel:azure-storage-blob"
- "camel:kamelet"
Expand All @@ -84,7 +78,7 @@ spec:
parameters:
operation: "getChangeFeed"
accessKey: "{{accessKey}}"
credentialType: "{{credentialType}}"
credentialType: "SHARED_ACCOUNT_KEY"
- split:
expression:
simple: "${body}"
Expand Down

0 comments on commit 5c6f585

Please sign in to comment.