Skip to content

Commit

Permalink
Secret managers parsing errors - Azure Key Vault
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Mar 8, 2023
1 parent 494b4c7 commit 3fe8886
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
24 changes: 12 additions & 12 deletions docs/modules/traits/pages/azure-key-vault.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,51 +41,51 @@ 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

| azure-key-vault.context-reload-enabled,omitempty
| azure-key-vault.context-reload-enabled
| bool
| Define if we want to use the Camel Context Reload feature or not

| azure-key-vault.refresh-enabled,omitempty
| azure-key-vault.refresh-enabled
| bool
| Define if we want to use the Refresh Feature for secrets

| azure-key-vault.refresh-period,omitempty
| azure-key-vault.refresh-period
| string
| If Refresh is enabled, this defines the interval to check the refresh event

| azure-key-vault.refresh-period,omitempty
| azure-key-vault.secrets
| string
| If Refresh is enabled, the regular expression representing the secrets we want to track

| azure-key-vault.refresh-period,omitempty
| azure-key-vault.eventhub-connection-string
| string
| If Refresh is enabled, the connection String to point to the Eventhub service used to track updates

| azure-key-vault.refresh-period,omitempty
| azure-key-vault.blob-account-name
| string
| If Refresh is enabled, the account name for Azure Storage Blob service used to save checkpoint while consuming from Eventhub

| azure-key-vault.refresh-period,omitempty
| azure-key-vault.blob-access-key
| string
| If Refresh is enabled, the access key for Azure Storage Blob service used to save checkpoint while consuming from Eventhub

| azure-key-vault.refresh-period,omitempty
| azure-key-vault.blob-container-name
| string
| If Refresh is enabled, the container name for Azure Storage Blob service used to save checkpoint while consuming from Eventhub

Expand Down
4 changes: 2 additions & 2 deletions pkg/resources/resources.go

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions resources/traits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,45 +147,45 @@ 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: 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: eventhub-connection-string
type: string
description: If Refresh is enabled, the connection String to point to the Eventhub
service used to track updates
- name: refresh-period,omitempty
- name: blob-account-name
type: string
description: If Refresh is enabled, the account name for Azure Storage Blob service
used to save checkpoint while consuming from Eventhub
- name: refresh-period,omitempty
- name: blob-access-key
type: string
description: If Refresh is enabled, the access key for Azure Storage Blob service
used to save checkpoint while consuming from Eventhub
- name: refresh-period,omitempty
- name: blob-container-name
type: string
description: If Refresh is enabled, the container name for Azure Storage Blob
service used to save checkpoint while consuming from Eventhub
Expand Down

0 comments on commit 3fe8886

Please sign in to comment.