wildduck/config/roles.json

29 lines
541 B
JSON
Raw Normal View History

2018-08-28 19:37:06 +08:00
{
"root": {
"addresses": {
"create:any": ["*"],
"read:any": ["*"],
"update:any": ["*"],
"delete:any": ["*"]
2018-08-29 18:15:38 +08:00
},
"authentication": {
"create:any": ["*"],
"read:any": ["*"]
},
"users": {
"create:any": ["*"],
"read:any": ["*"],
"update:any": ["*"],
"delete:any": ["*"]
2018-08-29 18:15:38 +08:00
}
},
"auth": {
"authentication": {
"create:any": ["*"]
2018-08-28 19:37:06 +08:00
}
}
}