Commit 40359c25 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'auth-urgency' into 'master'

Fix feature category and change endpoints urgency (Auth & Workspace)

See merge request gitlab-org/gitlab!83821
parents d187264b de38eea9
......@@ -20,7 +20,7 @@ class Groups::GroupMembersController < Groups::ApplicationController
:approve_access_request, :leave, :resend_invite,
:override
feature_category :authentication_and_authorization
feature_category :subgroups
def index
push_frontend_feature_flag(:group_member_inherited_group, @group)
......
......@@ -9,6 +9,8 @@ class JwtController < ApplicationController
prepend_before_action :auth_user, :authenticate_project_or_user
feature_category :authentication_and_authorization
# https://gitlab.com/gitlab-org/gitlab/-/issues/357037
urgency :low
SERVICES = {
::Auth::ContainerRegistryAuthenticationService::AUDIENCE => ::Auth::ContainerRegistryAuthenticationService,
......
......@@ -8,7 +8,7 @@ class Projects::ProjectMembersController < Projects::ApplicationController
# Authorize
before_action :authorize_admin_project_member!, except: [:index, :leave, :request_access]
feature_category :authentication_and_authorization
feature_category :projects
def index
@sort = params[:sort].presence || sort_value_name
......
......@@ -7,6 +7,7 @@ module API
before { authenticate! }
feature_category :authentication_and_authorization
urgency :low
helpers ::API::Helpers::MembersHelpers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment