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 64ca3ef325986b939196804e40521bd064af0f6d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 8 14:39:38 2023 +0100

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

diff --git a/docs/modules/traits/pages/gcp-secret-manager.adoc 
b/docs/modules/traits/pages/gcp-secret-manager.adoc
index 2b104035c..c544234e3 100644
--- a/docs/modules/traits/pages/gcp-secret-manager.adoc
+++ b/docs/modules/traits/pages/gcp-secret-manager.adoc
@@ -41,35 +41,35 @@ The following configuration options are available:
 | bool
 | Enables automatic configuration of the trait.
 
-| gcp-secret-manager.project-id,omitempty
+| gcp-secret-manager.project-id
 | string
 | The Project Id from Google Cloud
 
-| gcp-secret-manager.service-account-key,omitempty
+| gcp-secret-manager.service-account-key
 | string
 | The Path to a service account Key File to use secrets from Google Secret 
Manager
 
-| gcp-secret-manager.use-default-instance,omitempty
+| gcp-secret-manager.use-default-instance
 | bool
 | Define if we want to use the Default Instance approach for accessing the 
Google Secret Manager service
 
-| gcp-secret-manager.context-reload-enabled,omitempty
+| gcp-secret-manager.context-reload-enabled
 | bool
 | Define if we want to use the Camel Context Reload feature or not
 
-| gcp-secret-manager.refresh-enabled,omitempty
+| gcp-secret-manager.refresh-enabled
 | bool
 | Define if we want to use the Refresh Feature for secrets
 
-| gcp-secret-manager.refresh-period,omitempty
+| gcp-secret-manager.refresh-period
 | string
 | If Refresh is enabled, this defines the interval to check the refresh event
 
-| gcp-secret-manager.refresh-period,omitempty
+| gcp-secret-manager.secrets
 | string
 | If Refresh is enabled, the regular expression representing the secrets we 
want to track
 
-| gcp-secret-manager.refresh-period,omitempty
+| gcp-secret-manager.subscription-name
 | string
 | If Refresh is enabled, this defines the subscription name to the Google 
PubSub topic used to keep track of updates
 
diff --git a/resources/traits.yaml b/resources/traits.yaml
index 6eec47d49..13ec2ef93 100755
--- a/resources/traits.yaml
+++ b/resources/traits.yaml
@@ -502,32 +502,32 @@ traits:
   - name: auto
     type: bool
     description: Enables automatic configuration of the trait.
-  - name: project-id,omitempty
+  - name: project-id
     type: string
     description: The Project Id from Google Cloud
-  - name: service-account-key,omitempty
+  - name: service-account-key
     type: string
     description: The Path to a service account Key File to use secrets from 
Google
       Secret Manager
-  - name: use-default-instance,omitempty
+  - name: use-default-instance
     type: bool
     description: Define if we want to use the Default Instance approach for 
accessing
       the Google Secret Manager service
-  - 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
-  - name: refresh-period,omitempty
+  - name: subscription-name
     type: string
     description: If Refresh is enabled, this defines the subscription name to 
the
       Google PubSub topic used to keep track of updates

Reply via email to