Skip to content

Commit

Permalink
feat: add documentation details around keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Jul 2, 2024
1 parent 870452a commit bb13290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infrastructure/README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit bb13290

Please sign in to comment.