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

commit 9b99371333186c8e7d8a1aa83c5724d60d351054
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Sep 22 17:51:03 2022 +0200

    Camel Google Secret Manager: Cleanup documentation
---
 .../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 65d5e5b565e..72d67d8d622 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
@@ -102,8 +102,8 @@ You can also configure the credentials in the 
`application.properties` file such
 
 [source,properties]
 ----
-camel.vault.gcp.serviceAccountKey = accessKey
-camel.vault.gcp.projectId = secretKey
+camel.vault.gcp.serviceAccountKey = serviceAccountKey
+camel.vault.gcp.projectId = projectId
 ----
 
 If you want instead to use the 
https://cloud.google.com/docs/authentication/production[GCP default client 
instance], you'll need to provide the following env variables:

Reply via email to