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.