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 1055c02a8b2d9a3faf9ffed2cd5bab63179070bc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 28 12:17:02 2022 +0200 Added docs for AWS Secrets Manager Vault trait --- docs/modules/traits/pages/aws-secrets-manager.adoc | 3 +-- resources/traits.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/modules/traits/pages/aws-secrets-manager.adoc b/docs/modules/traits/pages/aws-secrets-manager.adoc index 0b65c1d28..5bc3150a4 100644 --- a/docs/modules/traits/pages/aws-secrets-manager.adoc +++ b/docs/modules/traits/pages/aws-secrets-manager.adoc @@ -49,8 +49,7 @@ The following configuration options are available: | aws-secrets-manager.use-default-credentials-provider,omitempty | bool -| 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 |=== diff --git a/resources/traits.yaml b/resources/traits.yaml index a03f5ee2b..751f053a9 100755 --- a/resources/traits.yaml +++ b/resources/traits.yaml @@ -95,8 +95,8 @@ traits: description: The AWS Region to use - name: use-default-credentials-provider,omitempty type: bool - description: 'The adapter-specific policy to use when filling the cache (use: - minimizing / maximizing). Check the component documentation if unsure' + description: Define if we want to use the Default Credentials Provider chain as + authentication method - name: builder platform: true profiles: