fix: add sorcerer and archivist plain users

This commit is contained in:
2025-02-14 09:24:28 +01:00
parent 4fc8b3e845
commit 2267e4f9a7
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -51,6 +51,18 @@
"password": "en-to-tre-fire",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
},
{
"username": "sorcerer",
"password": "fire tre to en",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
},
{
"username": "archivist",
"password": "en-to-tre-fire",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
}
],
"redis": "prod-atlantis-redis-master:6379",
+12
View File
@@ -51,6 +51,18 @@
"password": "en-to-tre-fire",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
},
{
"username": "sorcerer",
"password": "fire tre to en",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
},
{
"username": "archivist",
"password": "en-to-tre-fire",
"groups": [ "/oceanbox" ],
"roles": [ "admin" ]
}
],
"redis": "staging-atlantis-redis-master:6379",