File tree Expand file tree Collapse file tree
10/root/usr/share/container-scripts/postgresql
12/root/usr/share/container-scripts/postgresql
13/root/usr/share/container-scripts/postgresql
14/root/usr/share/container-scripts/postgresql
15/root/usr/share/container-scripts/postgresql
16/root/usr/share/container-scripts/postgresql
src/root/usr/share/container-scripts/postgresql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ EOF
224224#
225225
226226# Allow connections from all hosts.
227- host all all all md5
227+ host all all all scram-sha-256
228228
229229# Allow replication connections from all hosts.
230- host replication all all md5
230+ host replication all all scram-sha-256
231231EOF
232232}
233233
Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ EOF
224224#
225225
226226# Allow connections from all hosts.
227- host all all all md5
227+ host all all all scram-sha-256
228228
229229# Allow replication connections from all hosts.
230- host replication all all md5
230+ host replication all all scram-sha-256
231231EOF
232232}
233233
Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ EOF
224224#
225225
226226# Allow connections from all hosts.
227- host all all all md5
227+ host all all all scram-sha-256
228228
229229# Allow replication connections from all hosts.
230- host replication all all md5
230+ host replication all all scram-sha-256
231231EOF
232232}
233233
Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ EOF
224224#
225225
226226# Allow connections from all hosts.
227- host all all all md5
227+ host all all all scram-sha-256
228228
229229# Allow replication connections from all hosts.
230- host replication all all md5
230+ host replication all all scram-sha-256
231231EOF
232232}
233233
Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ EOF
224224#
225225
226226# Allow connections from all hosts.
227- host all all all md5
227+ host all all all scram-sha-256
228228
229229# Allow replication connections from all hosts.
230- host replication all all md5
230+ host replication all all scram-sha-256
231231EOF
232232}
233233
Original file line number Diff line number Diff line change @@ -224,10 +224,10 @@ EOF
224224#
225225
226226# Allow connections from all hosts.
227- host all all all md5
227+ host all all all scram-sha-256
228228
229229# Allow replication connections from all hosts.
230- host replication all all md5
230+ host replication all all scram-sha-256
231231EOF
232232}
233233
Original file line number Diff line number Diff line change @@ -225,10 +225,10 @@ EOF
225225#
226226
227227# Allow connections from all hosts.
228- host all all all md5
228+ host all all all scram-sha-256
229229
230230# Allow replication connections from all hosts.
231- host replication all all md5
231+ host replication all all scram-sha-256
232232EOF
233233}
234234
You can’t perform that action at this time.
0 commit comments