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 175f160a817 Camel-google-secret-manager: Add a note clarifying
camel.vault.gcp properties usage (#15393)
175f160a817 is described below
commit 175f160a8170c37c2a9d498709b6bdca6a0172b2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 2 14:54:28 2024 +0200
Camel-google-secret-manager: Add a note clarifying camel.vault.gcp
properties usage (#15393)
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../src/main/docs/google-secret-manager-component.adoc | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
index 1e5c6416dcd..57c52e8b58a 100644
---
a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
+++
b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc
@@ -123,6 +123,9 @@ camel.vault.gcp.useDefaultInstance = true
camel.vault.gcp.projectId = region
----
+NOTE: `camel.vault.gcp` configuration only applies to the Google Secret
Manager 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 GCP Services.
+
At this point you'll be able to reference a property in the following way by
using `gcp:` as prefix in the `{{ }}` syntax:
[source,xml]