bundles/icinga2: allow limiting permissions for api users
This commit is contained in:
parent
374ba3c16a
commit
0b52f8e7e6
2 changed files with 9 additions and 4 deletions
|
@ -30,7 +30,12 @@ defaults = {
|
|||
},
|
||||
'icinga2': {
|
||||
'api_users': {
|
||||
'root': repo.vault.password_for(f'{node.name} icinga2 api root'),
|
||||
'root': {
|
||||
'password': repo.vault.password_for(f'{node.name} icinga2 api root'),
|
||||
'permissions': {
|
||||
'*',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'icinga2_api': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue