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 d8e433d9bae Camel-AWS-secrets-manager: Add a note clarifying 
camel.vault.aws properties usage (#15392)
d8e433d9bae is described below

commit d8e433d9bae8c864d8b9dab7596d12dc1f585797
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 2 14:48:30 2024 +0200

    Camel-AWS-secrets-manager: Add a note clarifying camel.vault.aws properties 
usage (#15392)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../src/main/docs/aws-secrets-manager-component.adoc                   | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
 
b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
index d8238432a03..94025d16495 100644
--- 
a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
+++ 
b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
@@ -122,6 +122,9 @@ camel.vault.aws.profileName = test-account
 camel.vault.aws.region = region
 ----
 
+NOTE: `camel.vault.aws` configuration only applies to the AWS Secrets Manager 
properties function (E.g when resolving properties).
+When using the `operation` option to create, get, list secrets etc., you 
should provide the usual options for connecting to AWS Services.
+
 At this point, you'll be able to reference a property in the following way:
 
 [source,xml]

Reply via email to