postgres-operator/pkg
Mitchell Murphy 8ee421f9ff
feat(pooler): make connection pooler security contexts configurable
Allow operators to override the connection pooler pod- and container-level
securityContext via the OperatorConfiguration CRD (connection_pooler_pod_security_context
and connection_pooler_security_context). When unset, the operator preserves its
historical defaults (pod RunAsUser/RunAsGroup 100/101 and spilo FSGroup; container
AllowPrivilegeEscalation=false), so existing deployments are unaffected.

Useful for hardened images whose pgbouncer UID/GID differs from the default and
for satisfying restricted Pod Security Standards.
2026-06-07 20:54:27 -04:00
..
apis feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00
apiserver Add operator deployment readiness probe (#1874) 2023-01-05 18:29:47 +01:00
cluster feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00
controller feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00
generated Regenerate code for 2026 header (#3029) 2026-01-09 15:38:16 +01:00
spec Generate CRD for postgresteam resource (#3004) 2026-01-10 19:39:08 +01:00
teams Generate CRD for postgresteam resource (#3004) 2026-01-10 19:39:08 +01:00
util feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00