Sha256: 112ff45bde0d84bd4d33c1fa289dc40beb7f452ffb07a02d690c6ea123b5699d
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 Bytes
Contents
# Vault usage ## Prerequisites Before using Vault, you should have the client installed: - Download the binary for your OS - Unzip it and run `chmod +x vault && sudo mv vault /usr/local/bin/vault` - Check if the Vault is installed by running `vault -v` ## Deployment To deploy Vault, use `bin/vault-deploy.sh` ## Connection - Export your Vault's IP using `export VAULT_ADDR=*vault_ip*` - Run `vault init` to initialize the vault - Store the keys displayed after init - Unseal the vault by running `vault unseal` three times using three keys from the previous step [Optional] - Try to store a dummy secret: `vault write secret/handshake knock=knock` - Read it: `vault read secret/handshake` You're good to go!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kite-0.0.8 | tpl/gcp/vault.md |