postgres-operator/pkg/cluster
karo 3da117d560 Add pg_ident.conf passthrough field to Patroni spec
Mirrors the existing pg_hba passthrough (#361). Patroni supports
pg_ident natively under postgresql.pg_ident; this exposes it through
the Postgresql CRD so users can configure ident maps from the manifest.

Useful for any auth method that uses pg_hba `map=...`: cert auth,
GSS, PAM, peer.
2026-08-14 19:01:33 +02:00
..
cluster.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
cluster_test.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
connection_pooler.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
connection_pooler_new_test.go Connection pooler for replica (#1127) 2020-11-13 14:52:21 +01:00
connection_pooler_test.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
database.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
exec.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
filesystems.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
k8sres.go Add pg_ident.conf passthrough field to Patroni spec 2026-08-14 19:01:33 +02:00
k8sres_test.go Add pg_ident.conf passthrough field to Patroni spec 2026-08-14 19:01:33 +02:00
majorversionupgrade.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
pod.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
pod_test.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
resources.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
streams.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
streams_test.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
sync.go Add pg_ident.conf passthrough field to Patroni spec 2026-08-14 19:01:33 +02:00
sync_test.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
types.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
util.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
util_test.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
volumes.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00
volumes_test.go fix: rename module to github.com/zalando/postgres-operator/v2 (#3156) 2026-08-14 12:56:00 +02:00