You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/02/12 09:51:34 UTC

(camel-kamelets) 01/04: Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Servicebus Sink

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch azure-servicebus-auth
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 16bd240533e98d7c27ae4e4967e517632b7dde75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 12 10:45:17 2024 +0100

    Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Servicebus Sink
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-servicebus-sink.kamelet.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/kamelets/azure-servicebus-sink.kamelet.yaml b/kamelets/azure-servicebus-sink.kamelet.yaml
index 0d828b12..29038307 100644
--- a/kamelets/azure-servicebus-sink.kamelet.yaml
+++ b/kamelets/azure-servicebus-sink.kamelet.yaml
@@ -55,6 +55,12 @@ spec:
         type: string
         default: queue
         enum: ["queue", "topic"]
+      credentialType:
+        title: Credential Type
+        description: Determines the credential strategy to adopt.
+        type: string
+        enum: ["AZURE_IDENTITY", "CONNECTION_STRING", "TOKEN_CREDENTIAL"]
+        default: "CONNECTION_STRING"
   types:
     in:
       mediaType: application/octet-stream
@@ -72,3 +78,4 @@ spec:
             connectionString: "{{connectionString}}"
             serviceBusType: "{{serviceBusType}}"
             producerOperation: "sendMessages"
+            credentialType: "{{credentialType}}"