mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
configuration.php: introduce api permission
This commit is contained in:
parent
3e577ce65b
commit
16440df3ed
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
$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/read', $this->translate('Allow to configure hosts'));
|
||||||
$this->providePermission('director/hosts/write', $this->translate('Allow to configure hosts'));
|
$this->providePermission('director/hosts/write', $this->translate('Allow to configure hosts'));
|
||||||
$this->providePermission('director/templates/read', $this->translate('Allow to see template details'));
|
$this->providePermission('director/templates/read', $this->translate('Allow to see template details'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user