movetokube / postgres-operator

Postgres operator for Kubernetes
MIT License
167 stars 59 forks source link

[Feature] Allow connection with certificate #154

Open sambonbonne opened 6 months ago

sambonbonne commented 6 months ago

On PostgreSQL, using user/password is not the only authentication method: we can use certificates too. this is the method used by CockroachDB for example.

Is it possible to add this authentication method, at least for the root user (and let ext-postgres-operator manager "normal" users)?