Force cert auth for all users

This commit is contained in:
2025-07-18 12:20:07 +02:00
parent 13edcb5cbc
commit e3583ed323
+3
View File
@@ -14,6 +14,9 @@ spec:
serverTLSSecret: postgres-server-cert
clientCASecret: postgres-server-cert
replicationTLSSecret: postgres-replication-cert
postgresql:
pg_hba:
- hostssl all all all cert
# this is here because no `Role` crd exsists yet.
# see https://github.com/cloudnative-pg/cloudnative-pg/issues/5341