Skip to content

Postgres: Remove the default 0.0.0.0/0 source range#380

Draft
eberlep wants to merge 3 commits into
masterfrom
pg_remove_default_sourcerange
Draft

Postgres: Remove the default 0.0.0.0/0 source range#380
eberlep wants to merge 3 commits into
masterfrom
pg_remove_default_sourcerange

Conversation

@eberlep

@eberlep eberlep commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Currently, when nothing is provided, we allow all access per default.

This PR changes the default behaviour: the sources are now a mandatory parameter and also default to 255.255.255.255/32, just in case.

PS: createStandby uses the same sourceRanges of the primary, so does restorePostgres.

@eberlep eberlep changed the title Remove the default 0.0.0.0/0 source range Postgres: Remove the default 0.0.0.0/0 source range Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant