nyxcharon / vault-ui

A webapp for working with Hashicorp's Vault https://github.com/hashicorp/vault
GNU General Public License v3.0
140 stars 22 forks source link

Getting started guide ? #14

Closed johntdyer closed 7 years ago

johntdyer commented 8 years ago

So I wanted to play around with this and Vault. I've gotten Vault running in dev mode and your container running, but I am not sure what to put in as my username and password for your UI....

ozbillwang commented 8 years ago

Same here @nyxcharon

What's the default user/pass?

nyxcharon commented 7 years ago

There is no default username or pass. You need to mount the userpass backend and configure at least one user. The user will only be able to view what their role(s) allows.

https://www.vaultproject.io/docs/auth/userpass.html

nyxcharon commented 7 years ago

Fixed with commit 0b1f4ba