From bb1329002fe7a952d4754abe41893909245d34e1 Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Tue, 2 Jul 2024 13:30:50 -0400 Subject: [PATCH] feat: add documentation details around keys --- infrastructure/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infrastructure/README.md b/infrastructure/README.md index bbbcb1a93..d2b4a9de1 100644 --- a/infrastructure/README.md +++ b/infrastructure/README.md @@ -1 +1,7 @@ # infrastructure + +## Secrets Management + +All sensitive information, including all keystores with their passwords, are stored in the secrets vault. For your devnet deployments, you can access them on the same IP as Nomad but with port 8200. Use the `root_token` from `~/.vault_init.json` stored on the same machine to sign in. + +For devenv, all the secrets are different every time a new deployment is made, so it does not really matter if the secrets leak or not (this is not the same case for prod, though).