Skip to content

Codeowners: Move loading custom roles to Authorization group

Jarka Košanová requested to merge update-codeowners-auth into master

What does this MR do and why?

It moves files under groupauthorization :

  • /ee/app/models/auth/ was assigned to groupauthentication but the only file there is MemberRoleAbilityLoader which is related to custom roles -> responsibility of groupauthorization
  • the group and project custom roles preloaders are not assigned to any group but should be handled by groupauthorization

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.

Merge request reports