This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch docs-aws-sec in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 73ab8db00aa522c8fa9685cd7423504a9f2533b0 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 b1e9ae8c9..4e59ec48a 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"