2025-04-21 @Matthias Valvekens
Passwordless PostgreSQL access for workloads in Kubernetes: an experiment
Secret management is hard to get right. When dealing with access to something as mission-critical as a database server, it’s nothing to scoff at. Traditionally, the way you allow an application to connect to a database is by configuring it with the username and password for a database user. But passing around static, long-lived credentials for database users is cumbersome, error-prone and frankly dangerous.