Actions
Feature #6468
closedAuthorization filter owner = current_user
Status:
Closed
Priority:
Normal
Assignee:
Category:
Users, Roles and Permissions
Target version:
Description
The new rights system in Foreman 1.5 is missing an ability to match the host owner with the current user logged in.
A possible syntax could be:
owner = current_user
and/or
owner_id = current_user_id
This way an abstract role for a user able to manage just his own hosts is possible (or his own hosts in addition to other hosts)
Updated by Marek Hulán almost 11 years ago
Maybe scoped search ext_method could be used for this.
Updated by Martin Ducar almost 11 years ago
I'm willing to test this when some code is prepared, this is real blocker after our switch to Foreman 1.5
Updated by Martin Ducar almost 11 years ago
Can we change this to bug as this is regression from 1.4 version, unless you are willing to have 1:1 mapping role to user
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5dfb51bbe0b7c1ff91868437f627e6c535d87542.
Actions