mirror of https://github.com/status-im/consul.git
docs: add warning in 0.9.0 upgrade notes
This commit is contained in:
parent
b3368b8ee7
commit
85595ab3ea
|
@ -593,6 +593,11 @@ as part of upgrading agents. If this is set to `true`, you should also enable
|
||||||
to provide control over which users are allowed to register health checks that
|
to provide control over which users are allowed to register health checks that
|
||||||
could potentially execute scripts on the agent machines.
|
could potentially execute scripts on the agent machines.
|
||||||
|
|
||||||
|
!> **Security Warning:** Using `enable_script_checks` without ACLs and without
|
||||||
|
`allow_write_http_from` is _DANGEROUS_. Use the `enable_local_script_checks` setting
|
||||||
|
introduced in v0.9.4 instead. See [this article](https://www.hashicorp.com/blog/protecting-consul-from-rce-risk-in-specific-configurations/)
|
||||||
|
for more information.
|
||||||
|
|
||||||
#### Web UI Is No Longer Released Separately
|
#### Web UI Is No Longer Released Separately
|
||||||
|
|
||||||
Consul releases will no longer include a `web_ui.zip` file with the compiled
|
Consul releases will no longer include a `web_ui.zip` file with the compiled
|
||||||
|
|
Loading…
Reference in New Issue