docker_vault icon indicating copy to clipboard operation
docker_vault copied to clipboard

Docker + Consul + Vault

Results 3 docker_vault issues
Sort by recently updated
recently updated
newest added

I am seeing this on trying to authenticate to the webui with `webui/webui` as the user/pass combo. Any idea why?

help wanted

Hashicorp [has announced](https://www.hashicorp.com/resources/vault-oss-ui-introduction) that they are making their Vault Web UI available in the open-source version. You might consider using it and saving yourself an extra container.

enhancement

In setup.sh, we should now be using `vault operator init` instead of `vault init` and `vault operator unseal` instead of `vault unseal`.

enhancement