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 2022/06/30 07:08:30 UTC

[GitHub] [ozone] adoroszlai commented on pull request #3553: HDDS-6942. Ozone Buckets/Objects created via S3 should not allow group access

adoroszlai commented on PR #3553:
URL: https://github.com/apache/ozone/pull/3553#issuecomment-1170849486

   Thanks @kerneltime for adding the test.  Seems like in secure case (in `ozonesecure-ha`) group ACL is still set:
   
   ```
   Create new bucket and check no group ACL                              | FAIL |
   '[ {
     "type" : "USER",
     "name" : "testuser/scm@EXAMPLE.COM",
     "aclScope" : "ACCESS",
     "aclList" : [ "ALL" ]
   }, {
     "type" : "GROUP",
     "name" : "testuser",
     "aclScope" : "ACCESS",
     "aclList" : [ "ALL" ]
   } ]' contains '"type" : "GROUP"'
   ```
   
   https://github.com/apache/ozone/runs/7104193656#step:5:599


-- 
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