This is an automated email from the ASF dual-hosted git repository.
jamesnetherton 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 3f266bf5f34 camel-hashicorp-vault: Add a note clarifying
camel.vault.hashicorp properties usage
3f266bf5f34 is described below
commit 3f266bf5f3419c924addaaefd830feaf906695bc
Author: James Netherton <[email protected]>
AuthorDate: Mon Sep 2 12:00:46 2024 +0100
camel-hashicorp-vault: Add a note clarifying camel.vault.hashicorp
properties usage
---
.../camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
b/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
index 41d2019d6f5..becad00cb16 100644
---
a/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
+++
b/components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
@@ -67,6 +67,9 @@ camel.vault.hashicorp.port = port
camel.vault.hashicorp.scheme = scheme
----
+NOTE: `camel.vault.hashicorp` configuration only applies to the Hashicorp
Vault properties function (E.g when resolving properties).
+When using the `operation` option to create, get, list secrets etc., you
should provide the `host`, `port`, `scheme` (if required) & `token` options.
+
At this point, you'll be able to reference a property in the following way:
[source,xml]