From ecf053e54947b6a8d2b182424fbffef3cbc10f4c Mon Sep 17 00:00:00 2001 From: Nick Malcolm Date: Wed, 17 Dec 2025 16:34:23 +1300 Subject: [PATCH 1/2] Update the email_based_mfa Feature Flag As we approach roll out on GitLab.com, we can switch from WIP to beta, and provide a rollout issue URL. --- config/feature_flags/wip/email_based_mfa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/feature_flags/wip/email_based_mfa.yml b/config/feature_flags/wip/email_based_mfa.yml index f19a636bffb7cb..a648f786343599 100644 --- a/config/feature_flags/wip/email_based_mfa.yml +++ b/config/feature_flags/wip/email_based_mfa.yml @@ -3,8 +3,8 @@ name: email_based_mfa description: feature_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/554382 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/200749 -rollout_issue_url: +rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/584355 milestone: '18.4' group: group::authentication -type: wip +type: beta default_enabled: false -- GitLab From c9812a40e498fb04cfd1819f600a196825165a29 Mon Sep 17 00:00:00 2001 From: Nick Malcolm Date: Wed, 17 Dec 2025 16:51:16 +1300 Subject: [PATCH 2/2] Move FF to correct folder --- config/feature_flags/{wip => beta}/email_based_mfa.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/feature_flags/{wip => beta}/email_based_mfa.yml (100%) diff --git a/config/feature_flags/wip/email_based_mfa.yml b/config/feature_flags/beta/email_based_mfa.yml similarity index 100% rename from config/feature_flags/wip/email_based_mfa.yml rename to config/feature_flags/beta/email_based_mfa.yml -- GitLab