Skip to content

Remove free_user_cap_new_namespaces feature flag

Doug Stull requested to merge 415485-remove-free-user-cap-new-namespaces-2 into master

What

  • Remove free_user_cap_new_namespaces feature flag
  • Removes all code related to new namespace as it relates to free user cap enforcement. We now treat them all the same and will only drive off of the application setting of dashboard_limit and dashboard_limit_enabled

Why

No longer needed as we've completely cut over to free user cap enforcement for all namespaces and no longer need to consider 'new namespaces' differently than other namespaces.

Currently in production dashboard_limit and dashboard_enforcement_limit are the same value of 5. This feature is gated fully by .com? and the dashboard_limit_enabled checks that ensure it only operates on SaaS

#415485 for more details

MR acceptance checklist

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

Related to #415485

Edited by Doug Stull

Merge request reports