File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,15 @@ Each option is explained below.
332332```
333333Once you've decided on what your config will be, you'll need to use `imeta` to set it. For example:
334334```bash
335- $ imeta set -C /tempZone irods::metadata_guard '{"prefixes": ["irods::"], "admin_only": true}'
335+ $ imeta set -C /tempZone irods::metadata_guard '{
336+ "prefixes": ["irods::"],
337+ "admin_only": false,
338+ "editors": [
339+ {"type": "group", "name": "rodsadmin"},
340+ {"type": "user", "name": "otherrods"},
341+ {"type": "user", "name": "alice" }
342+ ]
343+ }'
336344```
337345Anytime a request to modify metadata is detected by the server, the Rule Engine Plugin will read the JSON
338346config and determine whether the user should be allowed to continue.
You can’t perform that action at this time.
0 commit comments