postgres-operator/pkg/cluster
Oleksii Kliukin 2bb7e98268
update individual role secrets from infrastructure roles (#206)
* Track origin of roles.

* Propagate changes on infrastructure roles to corresponding secrets.

When the password in the infrastructure role is updated, re-generate the
secret for that role.

Previously, the password for an infrastructure role was always fetched from
the secret, making any updates to such role a no-op after the corresponding
secret had been generated.
2018-02-23 17:24:04 +01:00
..
cluster.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00
cluster_test.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00
exec.go return idle status when worker has nothing to do 2017-10-11 15:42:20 +02:00
filesystems.go Make use of kubernetes client-go v4 2017-07-25 15:25:17 +02:00
k8sres.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00
pg.go Some improvements for golint, ineffassign and misspell 2018-02-19 17:46:31 +01:00
pod.go Make code around recreating pods and creating objects in the database less brittle (#213) 2018-02-22 10:42:05 +01:00
resources.go Merge pull request #240 from zalando-incubator/feature/goreport-improvements 2018-02-22 11:31:08 +01:00
sync.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00
types.go add comments on roles 2017-09-11 17:44:32 +02:00
util.go Remove Patroni leftover objects on cluster deletion. (#244) 2018-02-23 09:52:22 +01:00
volumes.go use sync methods while updating the cluster 2017-11-03 12:00:43 +01:00