Skip to content

Root Token

Bas edited this page Feb 15, 2020 · 1 revision

This Ansible role for initializing and unsealing Hashicorp Vault creates one encrypted JSON file for your team Keybase team in KBFS.

To work with the initial root token in your ENV:

export VAULT_TOKEN=$(ansible-vault view "/keybase/team/$KEYBASE_TEAM/vault.json"| jq -r .root_token)

Clone this wiki locally