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:
Sean Chittenden 2016-04-25 14:33:24 -07:00
parent 341abcae3a
commit 00d1e5abd7

View file

@ -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".