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:36 UTC

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

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 f2455e4ff814c233cb2a5e67fa85d8388e3f4a15
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 12 10:47:00 2024 +0100

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

diff --git a/kamelets/azure-servicebus-source.kamelet.yaml b/kamelets/azure-servicebus-source.kamelet.yaml
index 4ea7815c..22c0cb2b 100644
--- a/kamelets/azure-servicebus-source.kamelet.yaml
+++ b/kamelets/azure-servicebus-source.kamelet.yaml
@@ -67,6 +67,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:
     out:
       mediaType: application/octet-stream
@@ -82,6 +88,7 @@ spec:
         serviceBusReceiveMode: "{{serviceBusReceiveMode}}"
         subscriptionName: "{{?subscriptionName}}"
         serviceBusType: "{{serviceBusType}}"
+        credentialType: "{{credentialType}}"
       steps:
       - setBody:
           simple: "${body.toBytes()}"