ajayydv commented on a change in pull request #973: HDDS-1611. Evaluate ACL on
volume bucket key and prefix to authorize access. Contributed by Ajay Kumar.
URL: https://github.com/apache/hadoop/pull/973#discussion_r300771920
##########
File path:
hadoop-ozone/common/src/test/java/org/apache/hadoop/ozone/TestOzoneAcls.java
##########
@@ -103,8 +103,8 @@ public void testAclParse() {
testMatrix.put(" world::rw", Boolean.TRUE);
testMatrix.put(" world::a", Boolean.TRUE);
- testMatrix.put(" world:bilbo:w", Boolean.FALSE);
- testMatrix.put(" world:bilbo:rw", Boolean.FALSE);
+ testMatrix.put(" world:bilbo:w", Boolean.TRUE);
+ testMatrix.put(" world:bilbo:rw", Boolean.TRUE);
Review comment:
done.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]