Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

crowdbotics/heroku-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vault

Quick app to run a vault server in a heroku dyno

Deploy

Setup

brew install vault vault-cli jq

export VAULT_APP=<APP NAME YOU PICKED>
export VAULT_ADDR="https://${VAULT_APP}.herokuapp.com"

vault operator init -key-shares=1 -key-threshold=1      #### stash the output of this command in a safe place!

export VAULT_TOKEN=<ROOT TOKEN FROM INIT>
vault write secret/hello value=world
vault read secret/hello

To automatically unseal set

export VAULT_UNSEAL_KEY=<unseal-key-here>

Check status

vault status

Useful Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •