This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch docs-aws-sec-1.10
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cda692ad8edef0e2257d5a32e15f41b3e6e00016
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 28 17:55:22 2022 +0200

    Added more docs about AWS Secrets Manager Vault
---
 addons/vault/aws/aws_secrets_manager.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/addons/vault/aws/aws_secrets_manager.go 
b/addons/vault/aws/aws_secrets_manager.go
index dfb2e22f1..f6b1a47da 100644
--- a/addons/vault/aws/aws_secrets_manager.go
+++ b/addons/vault/aws/aws_secrets_manager.go
@@ -31,6 +31,8 @@ import (
 //
 // The AWS Secrets Manager trait is disabled by default.
 //
+// For more information about how to use secrets from AWS Secrets Manager take 
a look at the components docs: 
xref:components::aws-secrets-manager-component.adoc[AWS Secrets Manager 
component]
+//
 // A sample execution of this trait, would require
 // the following trait options:
 // -t aws-secrets-manager.enabled=true -t 
aws-secrets-manager.access-key="aws-access-key" -t 
aws-secrets-manager.secret-key="aws-secret-key" -t 
aws-secrets-manager.region="aws-region"

Reply via email to