2025-04-18 23:49:20 +02:00
|
|
|
################################################################################
|
|
|
|
|
########## pg_hba.conf header generated by puppet ##########
|
|
|
|
|
################################################################################
|
|
|
|
|
# general syntax
|
|
|
|
|
|
|
|
|
|
# Type database user address method options
|
|
|
|
|
|
|
|
|
|
# "local" is for Unix domain socket connections only
|
2025-04-19 00:23:32 +02:00
|
|
|
local all all peer
|
2025-04-18 23:49:20 +02:00
|
|
|
# IPv4 local connections:
|
|
|
|
|
host all all 127.0.0.1/32 md5
|
|
|
|
|
# IPv6 local connections:
|
|
|
|
|
host all all ::1/128 md5
|
|
|
|
|
# Allow replication connections from localhost, by a user with the
|
|
|
|
|
# replication privilege.
|
|
|
|
|
local replication all md5
|
|
|
|
|
host replication all 127.0.0.1/32 md5
|
2025-04-18 23:57:39 +02:00
|
|
|
host replication all ::1/128 md5
|
2025-04-19 01:02:58 +02:00
|
|
|
|
2025-04-19 12:52:00 +02:00
|
|
|
host all all 0.0.0.0/0 md5
|