Skip to content
Language

Secrets in Vault

Four articles that take one web application from a password sitting in its configuration to no secret in the code at all. They were written to be read in order, each one starting where the last stopped, and each comes with a repository you can run.

The order is the order the work happens in: put the secret somewhere else first, then stop it being a fixed value, then stop the application handling the data in clear, then stop it talking to Vault at all.