docker build -t vault-ui .
docker run -it \
-p 80:80 \
-e VAULT_ADDR=my.vault.host \
nyxcharon/vault-ui
- List/View Secrets
- List Policies
- List Users
- View Server(s) Status
- Health check
VAULT_ADDR
- the Vault host
- You must mount and setup the userpass backend before you can login. The policies the user has will determine what they can view in the ui. For more information on setting up this backend, see https://www.vaultproject.io/docs/auth/userpass.html
- Other auth backends will be supported in the feature