postgres-operator/pkg/util/config
Oleksii Kliukin 1fb8cf7ea0
Avoid overwriting critical users. (#172)
* Avoid overwriting critical users.

Disallow defining new users either in the cluster manifest, teams
API or infrastructure roles with the names mentioned in the new
protected_role_names parameter (list of comma-separated names)

Additionally, forbid defining a user with the name matching either
super_username or replication_username, so that we don't overwrite
system roles required for correct working of the operator itself.

Also, clear PostgreSQL roles on each sync first in order to avoid using
the old definitions that are no longer present in the current manifest,
infrastructure roles secret or the teams API.
2017-12-05 14:27:12 +01:00
..
config.go Avoid overwriting critical users. (#172) 2017-12-05 14:27:12 +01:00
config_test.go Warn about attempts to use escape quotes. 2017-11-22 10:43:35 +01:00
util.go Warn about attempts to use escape quotes. 2017-11-22 10:43:35 +01:00