tpl/gcp/docs/vault.md in kite-0.1.0 vs tpl/gcp/docs/vault.md in kite-0.2.0
- old
+ new
@@ -14,10 +14,11 @@
To deploy Vault, use `./bin/vault-deploy.sh`
### Connection
-- Export your Vault's IP using `export VAULT_ADDR=http://*vault_ip*:8200`
+- You can now deploy the ingress to access vault
+- Export your Vault's address using `export VAULT_ADDR=https://*vault_host*`
- 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
- Authenticate to the vault with `vault auth` using the root token you got from `vault init`