1
0
Fork 0
A comfy UI for Hashicorp Vault.
Find a file
2021-04-15 13:17:19 +01:00
.github/workflows Get started with github workflows. 2021-04-15 13:17:19 +01:00
src Initial Commit. 2021-04-15 13:01:58 +01:00
.gitignore Initial Commit. 2021-04-15 13:01:58 +01:00
.jshintrc Initial Commit. 2021-04-15 13:01:58 +01:00
LICENSE.md Initial Commit. 2021-04-15 13:01:58 +01:00
package.json Add readme. 2021-04-15 13:09:03 +01:00
readme.md Add readme. 2021-04-15 13:09:03 +01:00
webpack.config.js Add readme. 2021-04-15 13:09:03 +01:00

VaultUI

This is a very simple UI for working with secrets in Hashicorp Vault

How to build:

npm install --save-dev
npx webpack

The resulting built files will be in dist/

How to run in development:

Use whatever browser you want, I personally test on latest Microsoft Edge Dev build.

npm install --save-dev
WEBPACK_MODE=development BROWSER=google-chrome npx webpack serve