From b2fe7702e1853aea0a2e779ab64b2348754a6004 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 13:46:31 +0200
Subject: [PATCH] Added the missing SAcl config to the auth server rules.

---
 files/auth/config.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/files/auth/config.json b/files/auth/config.json
index 647ce57..4fda70a 100644
--- a/files/auth/config.json
+++ b/files/auth/config.json
@@ -66,6 +66,12 @@
 	"SAND" : {
 	    "message_size" : 102400,
 	    "groups" : [ "AUTH", "ADMC", "DB" ]
+	},
+
+	// Command-line tool for sandbox management.
+	"SAcl" : {
+	    "message_size" : 102400,
+	    "groups" : [ "SAND" ]
 	}
     },
 
@@ -100,7 +106,7 @@
 	{
 	    // A list of groups that we allow authenticating using this method. This is mandatory
 	    // for all elements in here.
-	    "allow" : [ "TEST", "EC", "SC", "MS", "ADMC", "SAND" ],
+	    "allow" : [ "TEST", "EC", "SC", "MS", "ADMC", "DB", "SAND" ],
 
 	    // The debug auth is the simplest. It just allows whatever the connected client
 	    // claimed. It is not good to use in production, and is always disabled unless the
-- 
GitLab