director/inspect: just a new permission setting
This commit is contained in:
parent
59f858bf87
commit
c1c5a161c9
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Reference in New Issue