[ 
https://issues.apache.org/jira/browse/HDDS-939?focusedWorklogId=218348&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-218348
 ]

ASF GitHub Bot logged work on HDDS-939:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Mar/19 23:32
            Start Date: 25/Mar/19 23:32
    Worklog Time Spent: 10m 
      Work Description: bharatviswa504 commented on pull request #634: 
HDDS-939. Add S3 access check to Ozone manager. Contributed by Ajay Kumar.
URL: https://github.com/apache/hadoop/pull/634#discussion_r268894566
 
 

 ##########
 File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
 ##########
 @@ -288,6 +291,23 @@ public void testCreateS3Bucket()
     Assert.assertTrue(volume.getCreationTime() >= currentTime);
   }
 
+  @Test
+  public void testCreateSecureS3Bucket() throws IOException {
+    long currentTime = Time.now();
+    String userName = "ozone/[email protected]";
+    String bucketName = UUID.randomUUID().toString();
+    String md5Hash = DigestUtils.md5Hex(userName);
 
 Review comment:
   Here we should call OzoneS3Util.getVolumeName()
 
----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 218348)
    Time Spent: 2h 50m  (was: 2h 40m)

> Add S3 access check to Ozone manager
> ------------------------------------
>
>                 Key: HDDS-939
>                 URL: https://issues.apache.org/jira/browse/HDDS-939
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone Manager, S3
>            Reporter: Anu Engineer
>            Assignee: Ajay Kumar
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Add the mapping from S3 User Identity to UGI inside Ozone Manager.  Also add 
> the access check permission, that is call into the checkAccess, which will be 
> intercepted by Ranger or Ozone access check.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to