postgres-operator/pkg/apis/acid.zalan.do/v1
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
..
const.go add unit test and documentation for finalizers (#2509) 2024-01-22 12:13:40 +01:00
crds.go feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00
doc.go Fix golint failures 2019-01-08 13:04:48 +01:00
marshal.go add support for global maintenance windows (#3038) 2026-01-30 11:37:21 +01:00
operator_configuration_type.go feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00
postgres_team_type.go Generate CRD for postgresteam resource (#3004) 2026-01-10 19:39:08 +01:00
postgresql.crd.yaml Provide liveness probe for CRD and config (#3089) 2026-06-02 17:31:42 +02:00
postgresql_type.go Provide liveness probe for CRD and config (#3089) 2026-06-02 17:31:42 +02:00
register.go PostgresTeam CRD for advanced team management (#1165) 2020-10-28 10:40:10 +01:00
util.go Make teamId in cluster name optional (#2001) 2022-08-24 10:12:50 +02:00
util_test.go Add support for pg18 and remove pg13 (#3035) 2026-02-17 10:19:19 +01:00
zz_generated.deepcopy.go feat(pooler): make connection pooler security contexts configurable 2026-06-07 20:54:27 -04:00