Page MenuHomeSolus

Initial commit of vault
ClosedPublic

Authored by der_eismann on Nov 30 2018, 4:51 PM.
Tags
None
Referenced Files
F10957417: D4506.diff
Mon, Jul 17, 7:21 PM
F10834221: D4506.id11214.diff
Jun 7 2023, 8:35 AM
F10808022: D4506.id11049.diff
May 30 2023, 6:54 AM
F10807844: D4506.id.diff
May 30 2023, 6:18 AM
F10777432: D4506.diff
May 23 2023, 9:48 PM
F10772526: D4506.id11049.diff
May 21 2023, 1:19 PM
F10767000: D4506.id11214.diff
May 19 2023, 9:31 PM
F10759532: D4506.id11140.diff
May 17 2023, 9:08 PM

Details

Summary

Initial commit of vault 0.11.5

Test Plan
  • 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

Repository
R4604 vault
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
29–30

Should be removed.

33–34

So is it compiling all the web assets into the binary or are you just not including the assets?

This revision now requires changes to proceed.Dec 6 2018, 10:12 PM

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.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 11 2018, 3:46 AM
Closed by commit R4604:9fda704182e6: Initial commit of vault (authored by der_eismann, committed by DataDrake). · Explain Why
This revision was automatically updated to reflect the committed changes.