fix: add sorcerer and archivist plain users
This commit is contained in:
@@ -51,6 +51,18 @@
|
|||||||
"password": "en-to-tre-fire",
|
"password": "en-to-tre-fire",
|
||||||
"groups": [ "/oceanbox" ],
|
"groups": [ "/oceanbox" ],
|
||||||
"roles": [ "admin" ]
|
"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",
|
"redis": "prod-atlantis-redis-master:6379",
|
||||||
|
|||||||
@@ -51,6 +51,18 @@
|
|||||||
"password": "en-to-tre-fire",
|
"password": "en-to-tre-fire",
|
||||||
"groups": [ "/oceanbox" ],
|
"groups": [ "/oceanbox" ],
|
||||||
"roles": [ "admin" ]
|
"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",
|
"redis": "staging-atlantis-redis-master:6379",
|
||||||
|
|||||||
Reference in New Issue
Block a user