configuration: introduce a new permission

This commit is contained in:
Thomas Gelf 2019-02-11 09:57:28 +01:00
parent af2e86d8b8
commit 57c256cf91
1 changed files with 4 additions and 0 deletions

View File

@ -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(