mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Clarify supported TCP listener config options for Agent (#11714)
This commit is contained in:
parent
151bfa9e36
commit
d0d7a13445
1 changed files with 4 additions and 2 deletions
|
|
@ -221,8 +221,10 @@ These are common configuration values that live within the `persist` block:
|
|||
|
||||
- `listener` `(array of objects: required)` - Configuration for the listeners.
|
||||
|
||||
There can be one or more `listener` blocks at the top level.
|
||||
These configuration values are common to all `listener` blocks.
|
||||
There can be one or more `listener` blocks at the top level. These configuration
|
||||
values are common to both `tcp` and `unix` listener blocks. Blocks of type
|
||||
`tcp` support the standard `tcp` [listener](/docs/configuration/listener/tcp)
|
||||
options.
|
||||
|
||||
- `type` `(string: required)` - The type of the listener to use. Valid values
|
||||
are `tcp` and `unix`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue