vault_token_helper

package module
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2024 License: MIT Imports: 0 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Name is the application name
	Name = "vault-token-helper"

	// Description is the applications description
	Description = "A token helper is an external program that Vault calls to save, retrieve or erase a saved token, based on VAULT_ADDR"

	// Author information
	Author = "Ilija Matoski <ilijamt@gmail.com>"

	// BuildVersion is the version of the build
	BuildVersion string

	// BuildHash is the hash of the version
	BuildHash string

	// BuildDate is the time of when the application was built
	BuildDate string
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL