-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
It seems that 0.0.0.0/0 should be used instead 0.0.0.0/32.
puppet-atomia/manifests/postgresql.pp
Line 25 in 18a7c89
| ip_mask_deny_postgres_user => '0.0.0.0/32', |
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels