postgres-operator/pkg/controller
Oleksii Kliukin 71b93b4cc2 Feature/infrastructure roles (#91)
* Add infrastructure roles configured globally.

Those are the roles defined in the operator itself. The operator's
configuration refers to the secret containing role names, passwords
and membership information. While they are referred to as roles, in
reality those are users.

In addition, improve the regex to filter out invalid users and
make sure user secret names are compatible with DNS name spec.

Add an example manifest for the infrastructure roles.
2017-05-12 11:41:33 +02:00
..
controller.go Feature/infrastructure roles (#91) 2017-05-12 11:41:33 +02:00
etcd.go Get config from environment variables; 2017-05-12 11:41:29 +02:00
pod.go Skip syncing Pods 2017-05-12 11:41:33 +02:00
postgresql.go Fix deletion of the failed cluster; more debug messages 2017-05-12 11:41:32 +02:00
util.go Feature/infrastructure roles (#91) 2017-05-12 11:41:33 +02:00