Frangiclave
Instead of including fixed secrets in the repository, make it possible to dynamically generate and distribute secrets. For example:
- Generate a password for a database user, and change it simultaneously in the database and in the service connecting to the database.
- Create a Garage key and send the secret key to the service without storing it or having to do a deployment cycle.