Support impersonating other users for super admin#7351
Support impersonating other users for super admin#7351f2c-ci-robot[bot] merged 2 commits intohalo-dev:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7351 +/- ##
============================================
+ Coverage 57.18% 57.51% +0.33%
- Complexity 4066 4113 +47
============================================
Files 721 725 +4
Lines 24546 24696 +150
Branches 1612 1635 +23
============================================
+ Hits 14036 14204 +168
+ Misses 9882 9841 -41
- Partials 628 651 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6f05f10 to
c2e3c3b
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|



What type of PR is this?
/kind feature
/area core
/milestone 2.20.x
What this PR does / why we need it:
This PR adds support for impersonating other users for super admin.
POST /login/impersonate?username=xxxand the current user should be xxxPOST /logout/impersonateand the current user should be super adminDoes this PR introduce a user-facing change?