ad hba file
This commit is contained in:
parent
ca8aaa5e93
commit
6eb0f66a5b
20
postgres/pg_hba.conf
Normal file
20
postgres/pg_hba.conf
Normal file
@ -0,0 +1,20 @@
|
||||
# IPv4 local & remote connections:
|
||||
host ubm report 127.0.0.1/32 trust
|
||||
host ubm powerbi 127.0.0.1/32 trust
|
||||
host ubm api 127.0.0.1/32 md5
|
||||
host dev api 127.0.0.1/32 md5
|
||||
host all all 127.0.0.1/32 scram-sha-256
|
||||
host ubm report 0.0.0.0/0 trust
|
||||
host ubm api 0.0.0.0/0 md5
|
||||
host dev api 0.0.0.0/0 md5
|
||||
host ubm ptrowbridge_md5 0.0.0.0/0 md5
|
||||
host all all 0.0.0.0/0 scram-sha-256
|
||||
# IPv6 local connections:
|
||||
host ubm report fe80::/10 trust
|
||||
host ubm powerbi fe80::/10 trust
|
||||
host ubm api fe80::/10 md5
|
||||
host dev api fe80::/10 md5
|
||||
host ubm ptrowbridge_md5 fe80::/10 md5
|
||||
host all all fe80::/10 scram-sha-256
|
||||
host all all ::/10 scram-sha-256
|
||||
host all all ::/0 scram-sha-256
|
Loading…
Reference in New Issue
Block a user