+
+
+ Vault UI is not available in this binary.
+To get Vault UI do one of the following:
- Download an official release
- Run
make release
to create your own release binaries. - Run
make dev-ui
to create a development binary with the UI.
diff --git a/http/handler.go b/http/handler.go index 0ce5f6e5fb47..0a8429d0de6c 100644 --- a/http/handler.go +++ b/http/handler.go @@ -352,12 +352,67 @@ func handleUIStub() http.Handler { stubHTML := ` -
Vault UI is not available in this binary. To get Vault UI do one of the following:
+ +To get Vault UI do one of the following:
make release
to create your own release binaries.
make dev-ui
to create a development binary with the UI.