cluster/services/patroni: allow any user to connect
This commit is contained in:
parent
0397f68ada
commit
6b998f4ec2
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ in
|
|||
"host replication patronirep ${net} scram-sha-256"
|
||||
"host all patronirew ${net} scram-sha-256"
|
||||
"host all postgres ${net} scram-sha-256"
|
||||
"host all all ${net} scram-sha-256"
|
||||
"host all all 127.0.0.1/32 scram-sha-256"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue