Actions
Bug #20567
closedIt is impossible to read group properties with a read-only account
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
read-only user doesn't have rights to read for
GET secure/api/groups/{id}/displayInheritedProperties
It happens on rudder 6.1.17 and 6.2.12 as well
Issue on the GUI: "Error while fetching group properties"
In the webapp logs:
[2022-01-13 11:07:35+0100] ERROR api-processing - Authorization error for 'GET secure/api/groups/87637c7b-1799-4f3f-b6a8-de1e1d7fd719/displayInheritedProperties': User 'toto' is not allowed to access GET secure/api/groups/{id}/displayInheritedProperties [2022-01-13 11:07:35+0100] ERROR com.normation.rudder.rest.RestUtils - "Authorization error: User 'toto' is not allowed to access GET secure/api/groups/{id}/displayInheritedProperties"
Actions