Added role for audit download

This commit is contained in:
Andris Reinman 2021-04-16 11:28:08 +03:00
parent ce15670d7c
commit 0c35ee7f5f

View file

@ -369,5 +369,11 @@
"update:any": ["*"], "update:any": ["*"],
"delete:any": ["*"] "delete:any": ["*"]
} }
},
"auditclient": {
"audit": {
"read:any": ["*"]
}
} }
} }