configuration: introduce a new permission
This commit is contained in:
parent
af2e86d8b8
commit
57c256cf91
|
@ -26,6 +26,10 @@ $this->providePermission(
|
|||
'Allow to inspect objects through the Icinga 2 API (could contain sensitive information)'
|
||||
)
|
||||
);
|
||||
$this->providePermission(
|
||||
'director/monitoring/services-ro',
|
||||
$this->translate('Allow readonly users to see where a Service came from')
|
||||
);
|
||||
$this->providePermission('director/*', $this->translate('Allow unrestricted access to Icinga Director'));
|
||||
|
||||
$this->provideRestriction(
|
||||
|
|
Loading…
Reference in New Issue