Feature #139
closedper host authorization for making changes.
Description
Another wide ranging feature request:
We have a large and distributed operational team, and we like to be able to let users manage their own servers.
However, we do not wish to allow users to manage their own desktops and laptops in terms of specifying additional classes etc.
Ideally we could have some kind of rule based authorization system that could make use of host fact values, that would allow us to do this sort of thing, written in pre-caffeine-pseudo-code.
if $admin_user is in LDAP group "foo" and $machine_type "desktop": allow administration
if $admin_user is in $machine_owners and $machine_type "server": allow administration
Even more ideally, users would have two views in Foreman, one to simply view all hosts, and the other to view all hosts that they had administrative rights over.
Updated by Ohad Levy over 14 years ago
- Assignee set to Paul Kelly
- Target version set to 0.1-6
Updated by Paul Kelly over 14 years ago
- Category set to Users, Roles and Permissions
- Status changed from New to Assigned
- % Done changed from 0 to 60
In the process of porting the Redmine security implementation over to Foreman. Thanks, and respect, go to Eric Davis, Jean-Philippe Lang, and the rest of the team over on the Redmine project.
Updated by Ohad Levy about 14 years ago
- Target version changed from 0.1-6 to 0.2
Updated by Ohad Levy about 13 years ago
- Status changed from Assigned to Closed
I think this has been resolved long ago.. closing