CurrentUserMode with session, load known attributes within ActiveSession
What does this MR do and why?
The original MR has been reverted due to failures on staging-canary. See discussion !142158 (comment 1748221369) within !142158 (merged)
Note: As discussed this MR will be split into two pieces
- This MR: Extend
lib/gitlab/auth/current_user_mode.rb
and add safe guard to only load known attributes withinActiveSession
()admin_mode
attribute - Second MR: add
admin_mode
attribute, add view and usage ofadmin_mode
attribute, revert of !143379 (46a8cec1)
initial description (before split into two)
Show admin mode within active sessions view
It is difficult to see if a session is within admin mode.
This MR adds the admin_mode to the active_user_session and extends the active sessions view to display which sessions are in admin mode.
Closes #438674 (closed)
Changelog: added
NOTE
The original MR has been reverted due to failures on staging-canary. See discussion !142158 (comment 1748221369) within !142158 (merged)
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.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.