mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #30 from sbrefort/master
Limitation of default access rights to improve security
This commit is contained in:
commit
46a6338cdf
1 changed files with 3 additions and 3 deletions
|
@ -24,8 +24,8 @@ local all postgres peer
|
|||
|
||||
|
||||
# "local" is for Unix domain socket connections only
|
||||
local all all trust
|
||||
local all all peer
|
||||
# IPv4 local connections:
|
||||
host all all 127.0.0.1/32 trust
|
||||
host all all 127.0.0.1/32 md5
|
||||
# IPv6 local connections:
|
||||
host all all ::1/128 trust
|
||||
host all all ::1/128 md5
|
||||
|
|
Loading…
Add table
Reference in a new issue