RED-9393 user stats controller

added authority check
This commit is contained in:
yhampe 2024-11-25 09:31:36 +01:00
parent daf393d003
commit 650a325450
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ plugins {
jacoco
}
val redactionServiceVersion by rootProject.extra { "4.415.0-RED9472.4" }
val redactionServiceVersion by rootProject.extra { "4.434.0-RED9472.1" }
val pdftronRedactionServiceVersion by rootProject.extra { "4.90.0-RED10115.0" }
val redactionReportServiceVersion by rootProject.extra { "4.81.0" }
val searchServiceVersion by rootProject.extra { "2.90.0" }

View File

@ -75,7 +75,7 @@ public final class ApplicationRoles {
READ_MANUAL_REDACTIONS,
READ_NOTIFICATIONS,
READ_REDACTION_LOG,
READ_RULES,
READ_RULES, READ_SYSTEM_RULES,
READ_DATA_FORMATS,
READ_USERS,
READ_VERSIONS,