プロジェクト

全般

プロフィール

Vote #72441

完了

Impersonate user through REST API auth

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
REST API_32
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
32
version_id:
56
issue_org_id:
11755
author_id:
59477
assigned_to_id:
1
comments:
8
status_id:
5
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

The following patch implement a 'switch user' feature which lets an admin-level user impersonate any other user in the context of the REST API.

For any API authentication method, it is allowed to either pass a 'su' parameter or a 'X-Redmine-Switch-User' header, which is only considered if the primary auth led to an admin-level user. The expected value is a user 'login' (no ID or API key).

This is currently very useful when linking different applications with Redmine which share the same authentication reference (LDAP in my case), but don't have access to user's credentials (their Redmine API keys or their plain password). I use an admin-level account for every app which wants to talk with Redmine, but this app should ideally lower its privileges to its current user. This feature does just that, without diving into complex SSO problems.


journals

--------------------------------------------------------------------------------
Is the parameter option really needed? I'd like to keep the @X-Redmine-Switch-User@ header option only to avoid any clash with other parameters.
--------------------------------------------------------------------------------
I think we should handle the case of an invalid username with a specific error response (eg. @412 Precondition Failed@ seems appropriate).
--------------------------------------------------------------------------------
> Is the parameter option really needed?

I don't think so, I simply mimicked the api_key implementation which proposed both a param and a header for authentication. I personnaly only use the header way.

> I think we should handle the case of an invalid username with a specific error response (eg. 412 Precondition Failed seems appropriate).

Indeed. Right now it will continue as 'admin' which is unsafe.

Find attached a new patch which takes into account those two remarks.

--------------------------------------------------------------------------------
Feature added in r10608, thanks.

Patch was slightly refactored and tests were added. A small change was introduced: a 412 response will be returned if the given username exists but is not active (eg. locked).
--------------------------------------------------------------------------------
Thanks !

I remembered wondering if fetching a user with User.find_by_login() was handling the locked account case and forgot to check.

--------------------------------------------------------------------------------
this enhancement solves my older ticket #11551 or?
So this can be closed as well i guess
thank you.
--------------------------------------------------------------------------------
Hannes Meier wrote:
> this enhancement solves my older ticket #11551 or?

Indeed.
--------------------------------------------------------------------------------


related_issues

duplicates,Closed,11551,REST-API: Admine can create time entries for other users

Admin Redmine さんが約4年前に更新

  • カテゴリREST API_32 にセット
  • 対象バージョン2.2.0_56 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0