Add doc for ui to config page

This commit is contained in:
Jeff Mitchell 2016-12-06 17:13:12 -05:00
parent 8f64c3ea06
commit bd41c48304
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ sending a SIGHUP to the server process. These are denoted below.
lease duration for tokens and secrets. This is a string value using a suffix, lease duration for tokens and secrets. This is a string value using a suffix,
e.g. "768h". Default value is 32 days. e.g. "768h". Default value is 32 days.
* `ui` (optional, Vault Enterprise only) - If set `true`, enables the built-in
web-based UI. Once enabled, the UI will be available to browsers at the
standard Vault address.
In production it is a risk to run Vault on systems where `mlock` is In production it is a risk to run Vault on systems where `mlock` is
unavailable or the setting has been disabled via the `disable_mlock`. unavailable or the setting has been disabled via the `disable_mlock`.
Disabling `mlock` is not recommended unless the systems running Vault only Disabling `mlock` is not recommended unless the systems running Vault only