Skip to content

Commit

Permalink
Secret managers parsing errors - Hashicorp 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 8804dfe commit 81d436e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions docs/modules/traits/pages/hashicorp-vault.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ The following configuration options are available:
| bool
| Enables automatic configuration of the trait.

| hashicorp-vault.host,omitempty
| hashicorp-vault.host
| string
| The Host to use

| hashicorp-vault.port,omitempty
| hashicorp-vault.port
| string
| The Port to use

| hashicorp-vault.engine,omitempty
| hashicorp-vault.engine
| string
| The Hashicorp engine to use

| hashicorp-vault.token,omitempty
| hashicorp-vault.token
| string
| The token to access Hashicorp Vault

| hashicorp-vault.scheme,omitempty
| hashicorp-vault.scheme
| string
| The scheme to access Hashicorp Vault

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

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions resources/traits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,19 +552,19 @@ traits:
- name: auto
type: bool
description: Enables automatic configuration of the trait.
- name: host,omitempty
- name: host
type: string
description: The Host to use
- name: port,omitempty
- name: port
type: string
description: The Port to use
- name: engine,omitempty
- name: engine
type: string
description: The Hashicorp engine to use
- name: token,omitempty
- name: token
type: string
description: The token to access Hashicorp Vault
- name: scheme,omitempty
- name: scheme
type: string
description: The scheme to access Hashicorp Vault
- name: health
Expand Down

0 comments on commit 81d436e

Please sign in to comment.