mneethiraj commented on code in PR #766:
URL: https://github.com/apache/ranger/pull/766#discussion_r2621240156
##########
agents-common/src/main/resources/service-defs/ranger-servicedef-ozone.json:
##########
@@ -64,7 +65,25 @@
"uiHint":"",
"label": "Ozone Key",
"description": "Ozone Key",
+ "accessTypeRestrictions": [ "read", "write", "create",
"list", "delete", "read_acl", "write_acl", "all" ],
"isValidLeaf": true
+ },
+ {
+ "itemId": 4,
+ "name": "role",
+ "type": "string",
+ "level": 10,
Review Comment:
Yes. The new resource `role` doesn't have any parent (just as `volume`);
hence the level is set to 10.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]