You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mask /0 matches all IP address and therefore block access to postgres user from remote hosts.
Mask /32 matches only very first IP address 0.0.0.0 based on this answer https://networkengineering.stackexchange.com/a/56411
The text was updated successfully, but these errors were encountered:
It seems that
0.0.0.0/0
should be used instead0.0.0.0/32
.puppet-atomia/manifests/postgresql.pp
Line 25 in 18a7c89
Mask
/0
matches all IP address and therefore block access topostgres
user from remote hosts.Mask
/32
matches only very first IP address0.0.0.0
based on this answer https://networkengineering.stackexchange.com/a/56411The text was updated successfully, but these errors were encountered: