From 9241a191fa844ec57ab20d2527df886dc379fe9f Mon Sep 17 00:00:00 2001 From: maverickstuder Date: Tue, 6 Feb 2024 16:11:36 +0100 Subject: [PATCH] RED-8454: Remove red-read-dossiers for RED_ADMIN and RED_USERS_ADMIN role --- src/main/resources/application-redaction.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-redaction.yaml b/src/main/resources/application-redaction.yaml index d243fee..63230b9 100644 --- a/src/main/resources/application-redaction.yaml +++ b/src/main/resources/application-redaction.yaml @@ -52,7 +52,7 @@ fforesight: - name: RED_USER_ADMIN set-by-default: false rank: 400 - permissions: [ "fforesight-manage-user-preferences", "fforesight-read-all-users", "red-read-dossier", "red-read-app-configuration", "fforesight-read-general-configuration", + permissions: [ "fforesight-manage-user-preferences", "fforesight-read-all-users", "red-read-app-configuration", "fforesight-read-general-configuration", "red-read-notification", "fforesight-read-users", "fforesight-update-my-profile", "red-update-notification", "fforesight-write-users", "red-read-license" ] springdoc: