You need to sign in or sign up before continuing.
Follow-up: consider moving allow_immediate_namespaces_deletion check to policies
Background
Follow-up from !205563 (comment 2808845970)
Currently we are checking allow_immediate_namespaces_deletion
application setting in multiple places. It may be possible to move this check into GroupPolicy
and ProjectPolicy
and adjust the remove_group
and remove_project
abilities based on the value.
Implementation guide
Needs evaluation of feasibility and refinement
Edited by Peter Hegman