[BAEL-455] Initial code

This commit is contained in:
Philippe
2018-08-15 00:47:53 -03:00
parent 7c94023486
commit 8a6cd931ca
22 changed files with 493 additions and 0 deletions
@@ -0,0 +1,5 @@
#!/bin/bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
pushd $SCRIPTPATH
echo Starting vault server...
vault server -config $SCRIPTPATH/src/test/vault-config/vault-test.hcl