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


The following commit(s) were added to refs/heads/main by this push:
     new 8125ec9a AWS Secrets Manager Reloading: A little note in docs
8125ec9a is described below

commit 8125ec9a7e3c4f98914e4a6769b6f8ca81008b62
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Sep 8 07:21:37 2022 +0200

    AWS Secrets Manager Reloading: A little note in docs
---
 examples/aws/aws-secrets-manager-reloading/README.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/aws/aws-secrets-manager-reloading/README.adoc 
b/examples/aws/aws-secrets-manager-reloading/README.adoc
index cd939605..4fa0e1e0 100644
--- a/examples/aws/aws-secrets-manager-reloading/README.adoc
+++ b/examples/aws/aws-secrets-manager-reloading/README.adoc
@@ -119,6 +119,8 @@ Now, get back, to the running Camel application and in the 
log you should see:
 
 The Camel context has been reloaded after we noticed a `PutSecretValue` API 
invocation for this specific secret, in this specific region, in the AWS 
CloudTrail service.
 
+The example will work even if you remove the property 
`camel.aws.vault.secrets`, because the aws related properties will be taken 
into account automatically.
+
 Now, stop the application.
 
 === Cleanup

Reply via email to