Skip to content

Move Arkose token verification to Anti-Abuse

Ian Anderson requested to merge ia-anti-abuse-codeowners into master

What does this MR do and why?

Closes https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/811

This MR updates CODEOWNERS for Identity Verification

  • The Arkose token verification service was moved from groupauthentication to groupanti-abuse. This was likely mistakenly added to the auth team since it is called "token verification service". Arkose tokens are used during Identity Verification and are not related to authentication.
  • Email verification has been added to groupanti-abuse but groupauthentication will remain code owners of these files as well.
  • Other files related to Identity Verification have been added.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Ian Anderson

Merge request reports