Adds a version note about block_endpoints config.

This commit is contained in:
James Phillips 2017-07-10 13:56:02 -07:00 committed by GitHub
parent f82703d016
commit 947cc0d5e9
1 changed files with 2 additions and 1 deletions

View File

@ -766,7 +766,8 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
endpoints that begin with `/v1/acl`. Any CLI commands that use disabled endpoints will
no longer function as well. For more general access control, Consul's
[ACL system](/docs/guides/acl.html) should be used, but this option is useful for removing
access to HTTP endpoints completely, or on specific agents.
access to HTTP endpoints completely, or on specific agents. This is available in Consul
0.9.0 and later.
* <a name="response_headers"></a><a href="#response_headers">`response_headers`</a>
This object allows adding headers to the HTTP API responses.