Skip to content
/ pole Public

Browse hashicorp vault secrets in the terminal

Notifications You must be signed in to change notification settings

slarwise/pole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pole (vault)

Browse secrets in vault in the terminal.

Screenshot

To do it, do:

git clone https://github.com/slarwise/pole
go install
export VAULT_ADDR=https://my-vault.com
export VAULT_TOKEN=secret-token
pole

Filter secrets fuzzily by typing letters, navigate secrets and mounts with the arrow keys.

Development

To start and populate a local vault server, run

go run dev-vault/main.go

Set the environment with

dev-vault/env.sh

and run go run main.go to test it.

About

Browse hashicorp vault secrets in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published