Skip to content

Remove strict_ip_enforcement feature flag for universal enablement

drew stachon requested to merge remove-ip-enforcement-ff into master

What does this MR do and why?

This MR removes the strict_ip_enforcement feature flag, enforcing the prevent_all clause for requests block of IpRestriction.

This change was released with a feature flag in %15.10 and enabled by default in %15.11 without incident in !112756 (merged)).

The enablement-by-default is also being backported into %15.10 in !118703 (merged)

This has also been enablement on gitlab.com since the middle of the %15.10 development milestone without incident. Since it's currently enabled, this change will have no effect on behavior during or after deployment to gitlab.com. We're just committing to the change.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports