feat: Add default ACL (#8701)
This commit is contained in:
@@ -167,6 +167,12 @@ describe('Schema Performance', function () {
|
||||
await schema.reloadData();
|
||||
|
||||
const levelPermissions = {
|
||||
ACL: {
|
||||
'*': {
|
||||
read: true,
|
||||
write: true,
|
||||
},
|
||||
},
|
||||
find: { '*': true },
|
||||
get: { '*': true },
|
||||
create: { '*': true },
|
||||
|
||||
Reference in New Issue
Block a user