Skip to content

lagrianitis/vault-ui

 
 

Repository files navigation

Vault UI

Docker Registry


Screenshots

Login Screen Mount Screen Cluster Health Screen

Docker

Build (for custom changes)

docker build -t vault-ui .

Run

docker run -it \
    -p 80:80 \
    -e VAULT_ADDR=my.vault.host \
        nyxcharon/vault-ui

Features

  • List/View Secrets
  • List Policies
  • List Users
  • View Server(s) Status
  • Health check

Configuration

Environment (Required)

  • VAULT_ADDR - the Vault host

Authentication

  • 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

About

A webapp for working with Hashicorp's Vault https://github.com/hashicorp/vault

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 60.0%
  • Python 32.6%
  • CSS 7.4%