From 18de1e52f5beb67cd8221c5793f637b63ce86e00 Mon Sep 17 00:00:00 2001 From: maverickstuder Date: Mon, 27 Jan 2025 10:31:24 +0100 Subject: [PATCH] RED-3965: RED_USERS_ADMIN can read dossier stats via swagger --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d70f2ba..e02d244 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -230,7 +230,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" ] clarifynd: application-client-id: 'fforesight'