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

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

commit 8523536a2609a385fb4ecf019bd1c22795291486
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 28 12:14:33 2022 +0200

    Added docs for AWS Secrets Manager Vault trait
---
 addons/vault/aws/aws_secrets_manager.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/addons/vault/aws/aws_secrets_manager.go 
b/addons/vault/aws/aws_secrets_manager.go
index dfb2e22f1..b1e9ae8c9 100644
--- a/addons/vault/aws/aws_secrets_manager.go
+++ b/addons/vault/aws/aws_secrets_manager.go
@@ -46,8 +46,7 @@ type Trait struct {
        SecretKey string `property:"secret-key,omitempty"`
        // The AWS Region to use
        Region string `property:"region,omitempty"`
-       // The adapter-specific policy to use when filling the cache (use: 
minimizing / maximizing). Check
-       // the component documentation if unsure
+       // Define if we want to use the Default Credentials Provider chain as 
authentication method
        UseDefaultCredentialsProvider *bool 
`property:"use-default-credentials-provider,omitempty"`
 }
 

Reply via email to