We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28eb813 commit d2ac091Copy full SHA for d2ac091
common/models/review.json
@@ -32,6 +32,32 @@
32
"foreignKey": "publisherId"
33
}
34
},
35
- "acls": [],
+ "acls": [
36
+ {
37
+ "accessType": "*",
38
+ "principalType": "ROLE",
39
+ "principalId": "$everyone",
40
+ "permission": "DENY"
41
+ },
42
43
+ "accessType": "EXECUTE",
44
45
+ "principalId": "$authenticated",
46
+ "permission": "ALLOW",
47
+ "property": "create"
48
49
50
+ "accessType": "READ",
51
52
53
+ "permission": "ALLOW"
54
55
56
+ "accessType": "WRITE",
57
58
+ "principalId": "$owner",
59
60
+ }
61
+ ],
62
"methods": {}
63
0 commit comments