director/inspect: just a new permission setting

This commit is contained in:
Thomas Gelf 2016-10-24 21:13:51 +00:00
parent 59f858bf87
commit c1c5a161c9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
$this->providePermission('director/api', $this->translate('Allow to access the director API'));
$this->providePermission('director/hosts/read', $this->translate('Allow to configure hosts'));
$this->providePermission('director/hosts/write', $this->translate('Allow to configure hosts'));
$this->providePermission('director/inspect', $this->translate('Allow to inspect objects through the Icinga 2 API'));
$this->providePermission('director/templates/read', $this->translate('Allow to see template details'));
$this->providePermission('director/templates/write', $this->translate('Allow to configure templates'));