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 - Sink Kamelet

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 22, 2023
1 parent b31b61f commit 2f55f21
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ spec:
description: The operation to perform.
type: string
default: uploadBlockBlob
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:core"
- "camel:azure-storage-blob"
Expand Down Expand Up @@ -100,4 +94,4 @@ spec:
parameters:
accessKey: "{{accessKey}}"
operation: "{{operation}}"
credentialType: "{{credentialType}}"
credentialType: "SHARED_ACCOUNT_KEY"

0 comments on commit 2f55f21

Please sign in to comment.