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

ryanckoch/vault-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple docker-compose playground for Vault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%