Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 285 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 285 Bytes

Vault Playground

Get server up and running

git clone [email protected]:ryanckoch/vault-playground.git && \
cd vault-playground && \
./init.sh

Use vault client outside of Docker

export VAULT_ADDR="http://127.0.0.1:8200"
vault auth ${VAULT_USER_TOKEN}
vault status