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 c8aef576730f376f207b98b5167cb9ab4cbd242b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 12 10:46:03 2024 +0100 Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Servicebus Sink Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml index 0d828b12..29038307 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/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}}"