This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 4080-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3fa990c9967c408331791a306be4e58bc4f34687 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 8 15:13:43 2023 +0100 Regen docs Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- docs/modules/traits/pages/aws-secrets-manager.adoc | 11 +++++---- docs/modules/traits/pages/azure-key-vault.adoc | 8 +++---- docs/modules/traits/pages/gcp-secret-manager.adoc | 6 ++--- resources/traits.yaml | 26 +++++++++++----------- 4 files changed, 25 insertions(+), 26 deletions(-) diff --git a/docs/modules/traits/pages/aws-secrets-manager.adoc b/docs/modules/traits/pages/aws-secrets-manager.adoc index 6911af603..3f2d40e95 100644 --- a/docs/modules/traits/pages/aws-secrets-manager.adoc +++ b/docs/modules/traits/pages/aws-secrets-manager.adoc @@ -37,22 +37,21 @@ 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 -| 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/docs/modules/traits/pages/azure-key-vault.adoc b/docs/modules/traits/pages/azure-key-vault.adoc index cef504219..fe36370da 100644 --- a/docs/modules/traits/pages/azure-key-vault.adoc +++ b/docs/modules/traits/pages/azure-key-vault.adoc @@ -37,19 +37,19 @@ The following configuration options are available: | bool | Enables automatic configuration of the trait. -| azure-key-vault.tenant-id,omitempty +| azure-key-vault.tenant-id | string | The Azure Tenant Id for accessing Key Vault -| azure-key-vault.client-id,omitempty +| azure-key-vault.client-id | string | The Azure Client Id for accessing Key Vault -| azure-key-vault.client-secret,omitempty +| azure-key-vault.client-secret | string | The Azure Client Secret for accessing Key Vault -| azure-key-vault.vault-name,omitempty +| azure-key-vault.vault-name | string | The Azure Vault Name for accessing Key Vault diff --git a/docs/modules/traits/pages/gcp-secret-manager.adoc b/docs/modules/traits/pages/gcp-secret-manager.adoc index bcf73ea8d..c2de64b05 100644 --- a/docs/modules/traits/pages/gcp-secret-manager.adoc +++ b/docs/modules/traits/pages/gcp-secret-manager.adoc @@ -37,15 +37,15 @@ 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 diff --git a/resources/traits.yaml b/resources/traits.yaml index 130fcd44d..1467392a3 100755 --- a/resources/traits.yaml +++ b/resources/traits.yaml @@ -86,19 +86,19 @@ 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: '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: azure-key-vault platform: false profiles: @@ -120,16 +120,16 @@ traits: - name: auto type: bool description: Enables automatic configuration of the trait. - - name: tenant-id,omitempty + - name: tenant-id type: string description: The Azure Tenant Id for accessing Key Vault - - name: client-id,omitempty + - name: client-id type: string description: The Azure Client Id for accessing Key Vault - - name: client-secret,omitempty + - name: client-secret type: string description: The Azure Client Secret for accessing Key Vault - - name: vault-name,omitempty + - name: vault-name type: string description: The Azure Vault Name for accessing Key Vault - name: builder @@ -496,14 +496,14 @@ 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