mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
ec5bebea95
commit
de29d66005
@ -149,22 +149,26 @@ are in the namespace `config/modules`
|
|||||||
The permission `config/*` would grant permission to all configuration actions,
|
The permission `config/*` would grant permission to all configuration actions,
|
||||||
while just specifying a wildcard `*` would give permission for all actions.
|
while just specifying a wildcard `*` would give permission for all actions.
|
||||||
|
|
||||||
When multiple roles assign permissions to the same user (either directly or indirectly
|
Access to modules is restricted to users who have the related module permission granted. Icinga Web 2 provides
|
||||||
through a group) all permissions can simply be added together to get the users actual permission set.
|
a module permission in the format `module/<moduleName>` for each installed module.
|
||||||
|
|
||||||
#### Global permissions
|
When multiple roles assign permissions to the same user (either directly or indirectly
|
||||||
|
through a group) all permissions are added together to get the users actual permission set.
|
||||||
|
|
||||||
|
### Global Permissions
|
||||||
|
|
||||||
Name | Permits
|
Name | Permits
|
||||||
-------------------------------------|-----------------------------------------------------------------
|
--------------- ----|--------------------------------------------------------
|
||||||
* | Allow everything, including module-specific permissions
|
* | Allow everything, including module-specific permissions
|
||||||
config/* | Allow all configuration actions
|
config/* | Allow all configuration actions
|
||||||
config/modules | Allow enabling or disabling modules
|
config/modules | Allow enabling or disabling modules
|
||||||
|
module/<moduleName> | Allow access to module <moduleName>
|
||||||
|
|
||||||
|
|
||||||
#### Monitoring module permissions
|
### Monitoring Module Permissions
|
||||||
|
|
||||||
The built-in monitoring module defines an additional set of permissions, that
|
The built-in monitoring module defines an additional set of permissions, that
|
||||||
is described in detail in [monitoring module documentation](/icingaweb2/doc/module/doc/chapter/monitoring-security#monitoring-security).
|
is described in detail in the [monitoring module documentation](/icingaweb2/doc/module/doc/chapter/monitoring-security#monitoring-security).
|
||||||
|
|
||||||
|
|
||||||
## <a id="restrictions"></a> Restrictions
|
## <a id="restrictions"></a> Restrictions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user