You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/11/23 23:43:36 UTC

[GitHub] [ozone] aswinshakil commented on a change in pull request #2826: HDDS-5903. Add Support for Bucket Owner Acls

aswinshakil commented on a change in pull request #2826:
URL: https://github.com/apache/ozone/pull/2826#discussion_r755589814



##########
File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmAcls.java
##########
@@ -132,7 +132,7 @@ public void testBucketCreationPermissionDenied() throws Exception {
         () -> volume.createBucket(bucketName));
 
     assertTrue(logCapturer.getOutput()
-        .contains("doesn't have CREATE permission to access bucket"));
+        .contains("doesn't have READ permission to access volume"));

Review comment:
       The test doesn't use `OzoneNativeAuthorizer`. The test has its own authorizer `OzoneAccessAuthorizerTest`. Apart from `OzoneNativeAuthorizer`, other Authorizers which implements `IAccessAuthorizer` the parent level access required is READ, i.e similar to Ranger. Should this be changed?




-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org