From bd41c483043d1c5bf9e64b798a6844378cb63812 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 6 Dec 2016 17:13:12 -0500 Subject: [PATCH] Add doc for ui to config page --- website/source/docs/config/index.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index 8b8214b9f..c585bbcc9 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -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, 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 unavailable or the setting has been disabled via the `disable_mlock`. Disabling `mlock` is not recommended unless the systems running Vault only