Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 10/root/usr/share/container-scripts/postgresql/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ EOF
#

# Allow connections from all hosts.
host all all all md5
host all all all scram-sha-256

# Allow replication connections from all hosts.
host replication all all md5
host replication all all scram-sha-256
EOF
}

Expand Down
4 changes: 2 additions & 2 deletions 12/root/usr/share/container-scripts/postgresql/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ EOF
#

# Allow connections from all hosts.
host all all all md5
host all all all scram-sha-256

# Allow replication connections from all hosts.
host replication all all md5
host replication all all scram-sha-256
EOF
}

Expand Down
4 changes: 2 additions & 2 deletions 13/root/usr/share/container-scripts/postgresql/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ EOF
#

# Allow connections from all hosts.
host all all all md5
host all all all scram-sha-256

# Allow replication connections from all hosts.
host replication all all md5
host replication all all scram-sha-256
EOF
}

Expand Down
4 changes: 2 additions & 2 deletions 14/root/usr/share/container-scripts/postgresql/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ EOF
#

# Allow connections from all hosts.
host all all all md5
host all all all scram-sha-256

# Allow replication connections from all hosts.
host replication all all md5
host replication all all scram-sha-256
EOF
}

Expand Down
4 changes: 2 additions & 2 deletions 15/root/usr/share/container-scripts/postgresql/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ EOF
#

# Allow connections from all hosts.
host all all all md5
host all all all scram-sha-256

# Allow replication connections from all hosts.
host replication all all md5
host replication all all scram-sha-256
EOF
}

Expand Down
4 changes: 2 additions & 2 deletions 16/root/usr/share/container-scripts/postgresql/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ EOF
#

# Allow connections from all hosts.
host all all all md5
host all all all scram-sha-256

# Allow replication connections from all hosts.
host replication all all md5
host replication all all scram-sha-256
EOF
}

Expand Down
4 changes: 2 additions & 2 deletions src/root/usr/share/container-scripts/postgresql/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ EOF
#

# Allow connections from all hosts.
host all all all md5
host all all all scram-sha-256

# Allow replication connections from all hosts.
host replication all all md5
host replication all all scram-sha-256
EOF
}

Expand Down