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 73950e5795b Camel-Google-Secret-Manager: Fixed names of
application.properties (#15053)
73950e5795b is described below
commit 73950e5795b937efb6d25f232d13f1f1c3575673
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Aug 8 11:13:28 2024 +0200
Camel-Google-Secret-Manager: Fixed names of application.properties (#15053)
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../src/main/docs/google-secret-manager-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 ccf4c63100b..c1404c201e6 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
@@ -120,7 +120,7 @@ You can also configure the credentials in the
`application.properties` file such
[source,properties]
----
camel.vault.gcp.useDefaultInstance = true
-camel.vault.aws.projectId = region
+camel.vault.gcp.projectId = region
----
At this point you'll be able to reference a property in the following way by
using `gcp:` as prefix in the `{{ }}` syntax:
@@ -252,7 +252,7 @@ or as plain Camel main properties:
[source,properties]
----
camel.vault.gcp.useDefaultInstance = true
-camel.vault.aws.projectId = projectId
+camel.vault.gcp.projectId = projectId
----
Or by specifying a path to a service account key file, instead of using the
default instance.