docker build -t vault-ui .
docker run -it \
-p 80:80 \
-e VAULT_ADDR=my.vault.host \
-e VAULT_SKIP_VERIFY=1 \
nyxcharon/vault-ui
- List/View Secrets
- List Policies
- List Users
- View Server(s) Status
- Health check
VAULT_ADDR
- the Vault host
VAULT_SKIP_VERIFY
- If set, do not verify Vault's presented certificate before communicating with it.
- You must configure github auth model or 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