Add group-level security policies page
What does this MR do and why?
Describe in detail what your merge request does and why.
Add group-level security policies page
- add group security
- routes
- controller
- sidebar menu
- update tests
Screenshots or screen recordings
:group_security_policies feature flag status |
Screenshots |
---|---|
enabled | |
disabled |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Navigate to a group =>
Security & Compliance
- Verify
/-/security/policies
is not accessible - Enabled feature flag (
Feature.enable(:group_security_policies)
) - Navigate to
Policies
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #345316 (closed)