Dynamic Secrets: HashiCorp Vault, PostgreSQL and Python
It is standard security practice to isolate secrets from code, and developers should not concern themselves with the origin of these secrets. This is where HashiCorp Vault comes in to centralize those secrets. However, if one or multiple of these secrets become compromised, you’ll need to revoke them and generate new ones to mitigate risks…