bugfix
This commit is contained in:
parent
3f5b71457d
commit
80c24ee03b
40
script/perms.json
Normal file
40
script/perms.json
Normal file
@ -0,0 +1,40 @@
|
||||
[
|
||||
{
|
||||
"path": "/uapi/upapp",
|
||||
"perms": [
|
||||
{
|
||||
"orgtype": "customer",
|
||||
"roles":["operator"]
|
||||
},
|
||||
{
|
||||
"orgtype": "owner",
|
||||
"roles":["operator"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/uapi/jsonhttpapi",
|
||||
"perms": [
|
||||
{
|
||||
"orgtype": "customer",
|
||||
"roles":["operator"]
|
||||
},
|
||||
{
|
||||
"orgtype": "owner",
|
||||
"roles":["operator"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"path":"/uapi/upappkey",
|
||||
"perm":[
|
||||
{
|
||||
"orgtype": "customer",
|
||||
"roles":["operator"]
|
||||
},
|
||||
{
|
||||
"orgtype": "owner",
|
||||
"roles":["operator"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user