1
0
Fork 0
A comfy UI for Hashicorp Vault.
Find a file
2021-04-17 12:53:55 +01:00
.github/workflows Change license filename. 2021-04-15 13:28:58 +01:00
screenshots Add screenshots directory. 2021-04-17 10:59:09 +01:00
src Implement base64 decoding option on transit decrypt page. 2021-04-17 12:53:55 +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 Implement the Transit Encryption page. 2021-04-17 10:29:22 +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