From 00d1e5abd739b1ec6680fec615f77ee798da71bd Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Mon, 25 Apr 2016 14:33:24 -0700 Subject: [PATCH] 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. --- website/source/docs/config/index.html.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index a4ba86bed4..7b7f0b2cfb 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -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".