ashishkumar50 commented on code in PR #4674:
URL: https://github.com/apache/ozone/pull/4674#discussion_r1191900278
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOzoneManagerSnapshotAcl.java:
##########
@@ -409,7 +409,9 @@ private void setDefaultAcls() throws IOException {
.build();
objectStore.setAcl(volumeObj, OzoneAcl.parseAcls(
"user:" + USER1 + ":r," +
- "user:" + USER2 + ":r"));
+ "user:" + USER1 + ":l," +
Review Comment:
But according to documentation it needs only READ permission on volume and
for bucket it needs LIST and READ for listKeys. Can you please check for list
Key behaviour as well.
https://ozone.apache.org/docs/1.3.0/security/securitywithranger.html
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]