Skip to content

Draft: Backend/Frontend integration for Beyond Identity exclusions by groups

What does this MR do and why?

Enables exclusions by Groups on the frontend when adding Beyond identity exclusions.

changes in this MR are dependent on the backend MRs (!153784, !153785)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screenshot_2024-05-23_at_10.58.00 Screenshot_2024-05-23_at_10.58.57

Screen_Recording_2024-05-23_at_11.05.53.2024-05-23_11_07_56

How to set up and validate locally

  1. Enable the beyond_identity_exclusions feature flag
  2. Apply the backend changes:
    • curl https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153784.diff | git apply
    • curl https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153785.diff | git apply
  3. Navigate to Admin > Settings > Integrations
  4. Click on Beyond Identity > Configure
  5. Click on the Exclusions tab
  6. Click on Add exclusions to open the Add exclusions Drawer
  7. Search and select Groups in the drawer
  8. Click on Add exclusions
  9. The Group(s) selected in Step 6 should be added to the list of exclusions
  10. Removing one or more of the exclusions should remove it from the list

Related to #454372

Edited by Jacques Erasmus

Merge request reports