Skip to content

A vault token helper that can be used to access multiple Vault instances based on VAULT_ADDR

License

Notifications You must be signed in to change notification settings

ilijamt/vault-token-helper

Repository files navigation

Vault Token Helper

Go Report Card Codecov GitHub go.mod Go version (subdirectory of monorepo) GitHub Release

A vault token helper that can be used to access multiple Vault instances based on VAULT_ADDR.

For more information about what this is about you can see Token Helpers.

Install

Pre-compiled binary

manually

Download the pre-compiled binaries from the releases page.

homebrew

brew tap ilijamt/tap
brew install vault-token-helper

linux

mkdir -p ~/bin
export VTH_LATEST_TAG=$(basename $(curl -fs -o/dev/null -w %{redirect_url} https://github.com/ilijamt/vault-token-helper/releases/latest))
export OS_ARCH=$(uname -m)
curl -L https://github.com/ilijamt/vault-token-helper/releases/download/$VTH_LATEST_TAG/vault-token-helper_linux_$OS_ARCH.tar.gz --output - | tar xvz -C ~/bin vault-token-helper

About

A vault token helper that can be used to access multiple Vault instances based on VAULT_ADDR

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages