You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/08 13:50:35 UTC

[camel-k] 02/10: Secret managers parsing errors - AWS Secrets Manager

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

acosentino pushed a commit to branch fix-4080
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d900c27de72269549aad6d67084c19c970fc8ecd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 14:27:23 2023 +0100

    Secret managers parsing errors - AWS Secrets Manager
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 docs/modules/traits/pages/aws-secrets-manager.adoc | 16 ++++++++--------
 resources/traits.yaml                              | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/modules/traits/pages/aws-secrets-manager.adoc b/docs/modules/traits/pages/aws-secrets-manager.adoc
index f0fe202dd..03383744a 100644
--- a/docs/modules/traits/pages/aws-secrets-manager.adoc
+++ b/docs/modules/traits/pages/aws-secrets-manager.adoc
@@ -41,35 +41,35 @@ The following configuration options are available:
 | bool
 | Enables automatic configuration of the trait.
 
-| aws-secrets-manager.access-key,omitempty
+| aws-secrets-manager.access-key
 | string
 | The AWS Access Key to use
 
-| aws-secrets-manager.secret-key,omitempty
+| aws-secrets-manager.secret-key
 | string
 | The AWS Secret Key to use
 
-| aws-secrets-manager.region,omitempty
+| aws-secrets-manager.region
 | string
 | The AWS Region to use
 
-| aws-secrets-manager.use-default-credentials-provider,omitempty
+| aws-secrets-manager.use-default-credentials-provider
 | bool
 | Define if we want to use the Default Credentials Provider chain as authentication method
 
-| aws-secrets-manager.context-reload-enabled,omitempty
+| aws-secrets-manager.context-reload-enabled
 | bool
 | Define if we want to use the Camel Context Reload feature or not
 
-| aws-secrets-manager.refresh-enabled,omitempty
+| aws-secrets-manager.refresh-enabled
 | bool
 | Define if we want to use the Refresh Feature for secrets
 
-| aws-secrets-manager.refresh-period,omitempty
+| aws-secrets-manager.refresh-period
 | string
 | If Refresh is enabled, this defines the interval to check the refresh event
 
-| aws-secrets-manager.refresh-period,omitempty
+| aws-secrets-manager.secrets
 | string
 | If Refresh is enabled, the regular expression representing the secrets we want to track
 
diff --git a/resources/traits.yaml b/resources/traits.yaml
index f2a4d85f6..6eec47d49 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -91,30 +91,30 @@ traits:
   - name: auto
     type: bool
     description: Enables automatic configuration of the trait.
-  - name: access-key,omitempty
+  - name: access-key
     type: string
     description: The AWS Access Key to use
-  - name: secret-key,omitempty
+  - name: secret-key
     type: string
     description: The AWS Secret Key to use
-  - name: region,omitempty
+  - name: region
     type: string
     description: The AWS Region to use
-  - name: use-default-credentials-provider,omitempty
+  - name: use-default-credentials-provider
     type: bool
     description: Define if we want to use the Default Credentials Provider chain as
       authentication method
-  - name: context-reload-enabled,omitempty
+  - name: context-reload-enabled
     type: bool
     description: Define if we want to use the Camel Context Reload feature or not
-  - name: refresh-enabled,omitempty
+  - name: refresh-enabled
     type: bool
     description: Define if we want to use the Refresh Feature for secrets
-  - name: refresh-period,omitempty
+  - name: refresh-period
     type: string
     description: If Refresh is enabled, this defines the interval to check the refresh
       event
-  - name: refresh-period,omitempty
+  - name: secrets
     type: string
     description: If Refresh is enabled, the regular expression representing the secrets
       we want to track