Initial commit of vault 0.11.5
Details
Details
- Reviewers
JoshStrobl DataDrake - Group Reviewers
Triage Team - Commits
- R4604:9fda704182e6: Initial commit of vault
- Started a server with vault server -dev
- Opened UI in browser via http://127.0.0.1:8200
- Created a simple secret store
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Yes, the assets are all compiled into the binary. If I don't execute make static-dist before I get the following error when compiling:
http/handler.go:125:147: undefined: assetFS
So this is working as intended I guess.