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

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

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

    Secret managers parsing errors - AWS Secrets Manager
    
    Signed-off-by: Andrea Cosentino <anco...@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

Reply via email to