The way we're handling secrets is pretty basic, and it's a pain point for deployments.
Certain secrets are just assumed to exist in some cases, and in others we need to create them.
Using SOPS allows us to check the secrets in, treating them consistently across environments and letting the secrets travel/live with the rest of the config.
The way we're handling secrets is pretty basic, and it's a pain point for deployments.
Certain secrets are just assumed to exist in some cases, and in others we need to create them.
Using SOPS allows us to check the secrets in, treating them consistently across environments and letting the secrets travel/live with the rest of the config.