Skip to content
Snippets Groups Projects
Commit b2fe7702 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Added the missing SAcl config to the auth server rules.

parent 75944b3c
No related branches found
No related tags found
2 merge requests!8Updated the configuration file for the AUTH server.,!7Merge of PDK, broker, auth
Pipeline #48695 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment