mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Change to the pre-0.6.4 Consul Check API
Consul is never going to pass in more than 1K of output. This mitigates the pre-0.6.4 concern.
This commit is contained in:
parent
341abcae3a
commit
00d1e5abd7
1 changed files with 1 additions and 3 deletions
|
|
@ -204,9 +204,7 @@ For Consul, the following options are supported:
|
|||
information to Consul. Defaults to "5s".
|
||||
|
||||
* `disable_registration` (optional) - If true, then Vault will not register
|
||||
itself with Vault. If the Consul Agent for Vault and the Consul Servers
|
||||
are older than `0.6.4` it is required to set this to "true" due to API
|
||||
incompatibilities. Defaults to "false".
|
||||
itself with Vault. Defaults to "false".
|
||||
|
||||
* `service` (optional) - The name of the service to register with Consul.
|
||||
Defaults to "vault".
|
||||
|
|
|
|||
Loading…
Reference in a new issue