postgres-operator/pkg/spec
Oleksii Kliukin e933908084
Configure pg_hba in the local postgresql configuration of Patroni. (#361)
Previously, the operator put pg_hba into the bootstrap/pg_hba key of
Patroni. That had 2 adverse effects:
 - pg_hba.conf was shadowed by Spilo default section in the local
   postgresql configuration
 - when updating pg_hba in the cluster manifest, the updated lines were
   not propagated to DCS, since the key was defined in the boostrap
   section of Patroni.

Include some minor refactoring, moving methods to unexported when
possible and commenting out usage of md5, so that gosec won't complain.

Per https://github.com/zalando-incubator/postgres-operator/issues/330

Review by @zerg-junior
2018-08-08 11:01:26 +02:00
..
postgresql.go Configure pg_hba in the local postgresql configuration of Patroni. (#361) 2018-08-08 11:01:26 +02:00
postgresql_test.go Use deepcopy to propagate the spec to clusters. 2018-05-17 16:05:12 +02:00
types.go Move to client-go 8. (#362) 2018-08-07 12:31:08 +02:00
types_test.go Adjust unit tests for namespace decoding 2018-02-16 11:13:08 +01:00