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 f251f1090f82b264600132999511e33ffa4e6141
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sat Feb 19 14:28:34 2022 +0100

    CAMEL-17644 - Aligned example of usage for AWS Secrets Manager
---
 .../aws-secrets-manager/src/main/resources/application.properties   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/examples/aws/aws-secrets-manager/src/main/resources/application.properties 
b/examples/aws/aws-secrets-manager/src/main/resources/application.properties
index f06a9f6..172d896 100644
--- a/examples/aws/aws-secrets-manager/src/main/resources/application.properties
+++ b/examples/aws/aws-secrets-manager/src/main/resources/application.properties
@@ -27,6 +27,6 @@ camel.main.bean-introspection-logging-level=INFO
 stock = AMZN
 stockName = Amazon
 
-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>

Reply via email to