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 f07553b40969a79ed791d845bc4397ee353f4db2
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 12 11:39:00 2024 +0100

    Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Storage 
Queue Source
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 kamelets/azure-storage-queue-source.kamelet.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kamelets/azure-storage-queue-source.kamelet.yaml 
b/kamelets/azure-storage-queue-source.kamelet.yaml
index a1f66ba4..f0418b72 100644
--- a/kamelets/azure-storage-queue-source.kamelet.yaml
+++ b/kamelets/azure-storage-queue-source.kamelet.yaml
@@ -63,6 +63,12 @@ spec:
         description: The maximum number of messages to get. You can specify a 
value between 1 and 32. The default is 1 (one message). If there are fewer than 
the maximum number of messages in the queue, then all the messages are returned.
         type: integer
         default: 1
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt.
+        type: string
+        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
+        default: "SHARED_ACCOUNT_KEY"
   dependencies:
     - "camel:azure-storage-queue"
     - "camel:kamelet"
@@ -82,6 +88,7 @@ spec:
       parameters:
         accessKey: "{{accessKey}}"
         maxMessages: "{{maxMessages}}"
+        credentialType: "{{credentialType}}"
       steps:
       - process:
           ref: "{{renameHeaders}}"

Reply via email to