mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-24 23:58:53 -04:00
configuration.php: Introduce new permission icingadb/object/show-source
This commit is contained in:
parent
bafea7ea13
commit
c37fdffaba
1 changed files with 5 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ namespace Icinga\Module\Icingadb
|
|||
$this->translate('Allow to send custom notifications for hosts and services')
|
||||
);
|
||||
|
||||
$this->providePermission(
|
||||
'icingadb/object/show-source',
|
||||
$this->translate('Allow to view an object\'s source data. (May contain sensitive data!)')
|
||||
);
|
||||
|
||||
$this->provideRestriction(
|
||||
'icingadb/filter/objects',
|
||||
$this->translate('Restrict access to the Icinga objects that match the filter')
|
||||
|
|
|
|||
Loading…
Reference in a new issue