VAULT-24439: Make sys/config/ui/custom-messages enterprise paths (#25696)

* remove uiCustomMessagePaths from System backend paths

* adjust documentation

* grammar improvements in docs

* add ENT badge to custom-message api docs page in ToC
This commit is contained in:
Marc Boudreau
2024-02-29 11:45:22 -05:00
committed by GitHub
parent f7a00c7430
commit 9ec4d839f3
5 changed files with 14 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ description: >-
The `/sys/internal/ui/unauthenticated-messages` endpoint is used by the UI to
retrieve the active pre-login custom messages so that it can display them.
You must install Vault Enterprise 1.16.0 or higher to create custom messages
that can be retrieved using this endpoint.
When retrieving custom messages, the results will include active messages from
the current namespace along with custom messages that exist all of the ancestral
namespaces up to and including the root namespace.