chg: [app:config] Added eventReports as accepted notification scope
This commit is contained in:
parent
1277dbb132
commit
33bc5ca0bb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ misp_skipssl = True
|
||||||
live_logs_accepted_scope = {
|
live_logs_accepted_scope = {
|
||||||
'events': ['add', 'edit', 'delete', 'restSearch',],
|
'events': ['add', 'edit', 'delete', 'restSearch',],
|
||||||
'attributes': ['add', 'edit', 'delete', 'restSearch',],
|
'attributes': ['add', 'edit', 'delete', 'restSearch',],
|
||||||
|
'eventReports': ['add', 'edit', 'delete',],
|
||||||
'tags': '*',
|
'tags': '*',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue