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:

+ +
+
+
+ + + +

Vault UI is not available in this binary.

+
+

To get Vault UI do one of the following:

+
+
` return http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {