Skip to content

Bring redesigned security-configuration page to EE

What does this MR do?

This MR solves: #333109 (closed)

It introduces a new feature-flag security_configuration_redesign_ee which is tracked here.

It introduces the new design of the Security-Configuration Page to EE Users which was previously only available for CE Users.

Screenshots (strongly suggested)

before after
Screenshot_2021-07-05_at_11.12.59 Screenshot_2021-07-05_at_11.24.42

How to reproduce (strongly suggested)

  1. rails c
  2. Feature.enable(:security_configuration_redesign_ee)
  3. go to any Project
  4. Security-Compliance -> Configuration

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Jannik Lehmann

Merge request reports