8000 fix: Allow known non-ssl entries on pg_hba.conf (#388) · greboid/postgres@407495b · GitHub
[go: up one dir, main page]

Skip to content

Commit 407495b

Browse files
authored
fix: Allow known non-ssl entries on pg_hba.conf (supabase#388)
Signed-off-by: Lakshmipathi <lakshmi@supabase.io>
1 parent 5ec269b commit 407495b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible/files/postgresql_config/pg_hba.conf.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,7 @@ host all all 127.0.0.1/32 trust
8585
host all all ::1/128 trust
8686

8787
# IPv4 external connections
88+
host all all 10.0.0.0/8 scram-sha-256
89+
host all all 172.16.0.0/12 scram-sha-256
90+
host all all 192.168.0.0/16 scram-sha-256
8891
host all all 0.0.0.0/0 scram-sha-256

0 commit comments

Comments
 (0)
0