git clone [email protected]:ryanckoch/vault-playground.git && \
cd vault-playground && \
./init.sh
export VAULT_ADDR="http://127.0.0.1:8200"
vault auth ${VAULT_USER_TOKEN}
vault status
git clone [email protected]:ryanckoch/vault-playground.git && \
cd vault-playground && \
./init.sh
export VAULT_ADDR="http://127.0.0.1:8200"
vault auth ${VAULT_USER_TOKEN}
vault status