postgres-operator/pkg/controller
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
..
controller.go Call fatalf if namespace to watch does not exist 2018-02-20 16:13:48 +01:00
node.go Restrict operator to single watched namespace via env var 2018-02-07 16:44:49 +01:00
node_test.go Improve behavior on node decomissionining (#184) 2018-01-04 11:53:15 +01:00
pod.go Restrict operator to single watched namespace via env var 2018-02-07 16:44:49 +01:00
postgresql.go Make errors in the cluster list function visible. 2018-02-22 16:45:10 +01:00
status.go Respond to code review 2018-02-20 14:43:02 +01:00
util.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00
util_test.go update individual role secrets from infrastructure roles (#206) 2018-02-23 17:24:04 +01:00