Actions
Bug #26843
openUser with 'user' role cannot get token status
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
In #24872 the right of the endpoint /user/api/token/status
is mapped to Administration.Read
, to initialize the Elm app to display user token management, so for a user with the user
role (userAccount_read) the app will not display.
The right should be mapped to UserAccount.Read
at least to be able to initialize the Elm and get the status of the token
Files
Updated by Clark ANDRIANASOLO 6 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/6344
Updated by Clark ANDRIANASOLO 6 days ago
- Related to Architecture #24872: Rework api authorization models added
Updated by Clark ANDRIANASOLO 6 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|c5d183e29df049593d4c9d1bfb55d2e03baae105.
Updated by Clark ANDRIANASOLO about 14 hours ago
- File clipboard-202505051055-aw264.png clipboard-202505051055-aw264.png added
- Fix check changed from To do to Checked
fixed with user
role now :
Actions