This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
v2.1.0
Minor Release
- Supports spinning up multiple Vault Playgrounds by setting the
VP_NAMESPACE
environment variable.- This feature is mostly meant to help automated tests that need to be parallelized all have clean environments.
- No longer able to pass in a specific port for Consul or Vault as static port dependency was too brittle.
make status
will show all port mappings for running containersmake vault-leader
will show the address for the current vault leader
- Exposes a
vault-leader
task that can be used to quickly set theVAULT_ADDR
environment variable:
export VAULT_ADDR=$(make vault-leader)
or
export VAULT_ADDR=$(VP_NAMESPACE=my-ns make vault-leader)