[
https://issues.apache.org/jira/browse/HDDS-1545?focusedWorklogId=255470&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-255470
]
ASF GitHub Bot logged work on HDDS-1545:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jun/19 21:37
Start Date: 06/Jun/19 21:37
Worklog Time Spent: 10m
Work Description: xiaoyuyao commented on pull request #920: HDDS-1545.
Cli to add,remove,get and delete acls for Ozone objects. Contributed by Ajay
Kumar.
URL: https://github.com/apache/hadoop/pull/920#discussion_r291381970
##########
File path: hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot
##########
@@ -74,3 +110,18 @@ Test key handling
${result} = Execute ozone sh key list
${protocol}${server}/${volume}/bb1 | grep -Ev
'Removed|WARN|DEBUG|ERROR|INFO|TRACE' | jq -r '.[].keyName'
Should Be Equal ${result} key2
Execute ozone sh key delete
${protocol}${server}/${volume}/bb1/key2
+
+Test key Acls
+ [arguments] ${protocol} ${server} ${volume}
+ ${result} = Execute ozone sh volume getacl
${protocol}${server}/${volume}/bb1/key1
Review comment:
this needs to be ozone sh key
----------------------------------------------------------------
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: 255470)
Time Spent: 50m (was: 40m)
> Cli to add,remove,get and delete acls for Ozone objects
> -------------------------------------------------------
>
> Key: HDDS-1545
> URL: https://issues.apache.org/jira/browse/HDDS-1545
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Ajay Kumar
> Assignee: Ajay Kumar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Update Ozone Cli to add,remove,get and delete acls for Ozone objects
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]