cluster/services/patroni: allow any user to connect

This commit is contained in:
Max Headroom 2022-08-07 19:57:35 +02:00
parent 0397f68ada
commit 6b998f4ec2

View file

@ -67,6 +67,7 @@ in
"host replication patronirep ${net} scram-sha-256" "host replication patronirep ${net} scram-sha-256"
"host all patronirew ${net} scram-sha-256" "host all patronirew ${net} scram-sha-256"
"host all postgres ${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" "host all all 127.0.0.1/32 scram-sha-256"
]; ];
}; };