fix(xo-server-audit): ignore mirrorBackup.getAllJobs

This commit is contained in:
Julien Fontanet
2023-07-12 21:44:02 +02:00
parent a2a514e483
commit 3de928c488
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
- @xen-orchestra/xapi major
- complex-matcher patch
- xo-server patch
- xo-server-audit patch
- xo-web minor
<!--packages-end-->

View File

@@ -31,6 +31,7 @@ const DEFAULT_BLOCKED_LIST = {
'job.getAll': true,
'log.get': true,
'metadataBackup.getAllJobs': true,
'mirrorBackup.getAllJobs': true,
'network.getBondModes': true,
'pif.getIpv4ConfigurationModes': true,
'plugin.get': true,