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

commit fb9c4d11c4c0572734c174419e000f63c53bff49
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sat Feb 19 14:29:05 2022 +0100

    CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
---
 examples/aws/aws-secrets-manager/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/aws/aws-secrets-manager/README.adoc 
b/examples/aws/aws-secrets-manager/README.adoc
index 0debae0..b86abb9 100644
--- a/examples/aws/aws-secrets-manager/README.adoc
+++ b/examples/aws/aws-secrets-manager/README.adoc
@@ -25,9 +25,9 @@ Another possibility is adding the credentials as properties 
in the src/main/reso
 
 [source,sh]
 ----
-camel.aws.vault.access.key=<accessKey>
-camel.aws.vault.secret.key=<secretKey>
-camel.aws.vault.region=<region>
+camel.vault.aws.accessKey=<accessKey>
+camel.vault.aws.secretKey=<secretKey>
+camel.vault.aws.region=<region>
 ----
 
 The enviroment variables have the priority on the properties.

Reply via email to