File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
12/root/usr/share/container-scripts/postgresql
13/root/usr/share/container-scripts/postgresql
15/root/usr/share/container-scripts/postgresql
16/root/usr/share/container-scripts/postgresql
18/root/usr/share/container-scripts/postgresql
src/root/usr/share/container-scripts/postgresql Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ EOF
216216#
217217
218218# Allow connections from all hosts.
219- host all all all md5
219+ host all all all scram-sha-256
220220
221221# Allow replication connections from all hosts.
222- host replication all all md5
222+ host replication all all scram-sha-256
223223EOF
224224}
225225
Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ EOF
216216#
217217
218218# Allow connections from all hosts.
219- host all all all md5
219+ host all all all scram-sha-256
220220
221221# Allow replication connections from all hosts.
222- host replication all all md5
222+ host replication all all scram-sha-256
223223EOF
224224}
225225
Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ EOF
216216#
217217
218218# Allow connections from all hosts.
219- host all all all md5
219+ host all all all scram-sha-256
220220
221221# Allow replication connections from all hosts.
222- host replication all all md5
222+ host replication all all scram-sha-256
223223EOF
224224}
225225
Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ EOF
216216#
217217
218218# Allow connections from all hosts.
219- host all all all md5
219+ host all all all scram-sha-256
220220
221221# Allow replication connections from all hosts.
222- host replication all all md5
222+ host replication all all scram-sha-256
223223EOF
224224}
225225
Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ EOF
216216#
217217
218218# Allow connections from all hosts.
219- host all all all md5
219+ host all all all scram-sha-256
220220
221221# Allow replication connections from all hosts.
222- host replication all all md5
222+ host replication all all scram-sha-256
223223EOF
224224}
225225
Original file line number Diff line number Diff line change @@ -217,10 +217,10 @@ EOF
217217#
218218
219219# Allow connections from all hosts.
220- host all all all md5
220+ host all all all scram-sha-256
221221
222222# Allow replication connections from all hosts.
223- host replication all all md5
223+ host replication all all scram-sha-256
224224EOF
225225}
226226
You can’t perform that action at this time.
0 commit comments