diff --git a/src/App.js b/src/App.js index 533863e..4d70648 100644 --- a/src/App.js +++ b/src/App.js @@ -128,6 +128,21 @@ export const App = () => { name: 'allow reads for others', preset: 'shared', eACLParams: [{ + "operation": "PUT", + "action": "DENY", + "filters": [], + "targets": [{ "keys": [], "role": "OTHERS" }], + }, { + "operation": "DELETE", + "action": "DENY", + "filters": [], + "targets": [{ "keys": [], "role": "OTHERS" }], + }, { + "operation": "SEARCH", + "action": "DENY", + "filters": [], + "targets": [{ "keys": [], "role": "OTHERS" }], + }, { "operation": "GET", "action": "ALLOW", "filters": [], @@ -137,6 +152,16 @@ export const App = () => { "action": "ALLOW", "filters": [], "targets": [{ "keys": [], "role": "OTHERS" }], + }, { + "operation": "RANGE", + "action": "ALLOW", + "filters": [], + "targets": [{ "keys": [], "role": "OTHERS" }], + }, { + "operation": "RANGEHASH", + "action": "ALLOW", + "filters": [], + "targets": [{ "keys": [], "role": "OTHERS" }], }], } });