From b3effb1c80a10696bc9c4efcb82088a2893ba1de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <filip.stromback@liu.se>
Date: Mon, 21 Jun 2021 16:56:25 +0200
Subject: [PATCH] Updated permissions for the Auth server (again).

---
 files/auth/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/auth/config.json b/files/auth/config.json
index 4fda70a..9ec947c 100644
--- a/files/auth/config.json
+++ b/files/auth/config.json
@@ -65,7 +65,7 @@
 	// Note: The auth server needs to be able to talk to the sandbox server when authenticating (anonymous) students.
 	"SAND" : {
 	    "message_size" : 102400,
-	    "groups" : [ "AUTH", "ADMC", "DB" ]
+	    "groups" : [ "AUTH", "ADMC", "DB", "SAcl" ]
 	},
 
 	// Command-line tool for sandbox management.
-- 
GitLab