This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 2345-con-3 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 2cb01ac9b9d712227094786456b4360530cae805 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 3 11:33:01 2025 +0100 Kamelets Catalog - Make the description a one liner - Azure Servicebus Sink Signed-off-by: Andrea Cosentino <[email protected]> --- .../partials/azure-servicebus-sink-description.adoc | 19 +++++++++++++++++++ kamelets/azure-servicebus-sink.kamelet.yaml | 3 +-- .../kamelets/azure-servicebus-sink.kamelet.yaml | 3 +-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/partials/azure-servicebus-sink-description.adoc b/docs/modules/ROOT/partials/azure-servicebus-sink-description.adoc new file mode 100644 index 00000000..eb51ef44 --- /dev/null +++ b/docs/modules/ROOT/partials/azure-servicebus-sink-description.adoc @@ -0,0 +1,19 @@ +== Azure Servicebus Sink Kamelet Description + +=== Authentication methods + +In this Kamelet you have the possibility of using the Azure Identity mechanism or the plain Shared Account Key. Respectively the parameters are `AZURE_IDENTITY`, `CONNECTION_STRING` and `TOKEN_CREDENTIAL` + +The order of evaluation for `AZURE_IDENTITY` is the following: + + - Enviroment + - Workload Identity + - Managed Identity + - Azure Developer CLI + - IntelliJ + - Azure CLI + - Azure Powershell + +For more information about this you can look at https://learn.microsoft.com/en-us/java/api/overview/azure/identity-readme[Azure Identity documentation] + +For `TOKEN_CREDENTIAL` type, you'll need to add `com.azure.core.credential.TokenCredential` instance in the Camel registry. diff --git a/kamelets/azure-servicebus-sink.kamelet.yaml b/kamelets/azure-servicebus-sink.kamelet.yaml index e18aa0c0..c188eb40 100644 --- a/kamelets/azure-servicebus-sink.kamelet.yaml +++ b/kamelets/azure-servicebus-sink.kamelet.yaml @@ -31,8 +31,7 @@ metadata: spec: definition: title: "Azure Servicebus Sink" - description: |- - Send Messages to Azure Servicebus. + description: Send Messages to Azure Servicebus. required: - topicOrQueueName - connectionString 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 e18aa0c0..c188eb40 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 @@ -31,8 +31,7 @@ metadata: spec: definition: title: "Azure Servicebus Sink" - description: |- - Send Messages to Azure Servicebus. + description: Send Messages to Azure Servicebus. required: - topicOrQueueName - connectionString
