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.git


The following commit(s) were added to refs/heads/main by this push:
     new f1b898a1277 Camel-Azure-key-vault: Add a note clarifying 
camel.vault.azure properties usage (#15394)
f1b898a1277 is described below

commit f1b898a127763bfad977ead79ad5352e3f4bb4db
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 2 15:07:08 2024 +0200

    Camel-Azure-key-vault: Add a note clarifying camel.vault.azure properties 
usage (#15394)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../camel-azure-key-vault/src/main/docs/azure-key-vault-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/components/camel-azure/camel-azure-key-vault/src/main/docs/azure-key-vault-component.adoc
 
b/components/camel-azure/camel-azure-key-vault/src/main/docs/azure-key-vault-component.adoc
index 4795348b4de..b8ce030e66e 100644
--- 
a/components/camel-azure/camel-azure-key-vault/src/main/docs/azure-key-vault-component.adoc
+++ 
b/components/camel-azure/camel-azure-key-vault/src/main/docs/azure-key-vault-component.adoc
@@ -89,6 +89,9 @@ camel.vault.azure.azureIdentityEnabled = true
 camel.vault.azure.vaultName = vaultName
 ----
 
+NOTE: `camel.vault.azure` configuration only applies to the Azure Key Vault 
properties function (E.g when resolving properties).
+When using the `operation` option to create, get, list secrets etc., you 
should provide the usual options for connecting to Azure Services.
+
 At this point, you'll be able to reference a property in the following way:
 
 [source,xml]

Reply via email to