[ 
https://issues.apache.org/jira/browse/HDDS-5306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chia-Chuan Ho reassigned HDDS-5306:
-----------------------------------

    Assignee: Chia-Chuan Ho

> Ozone Shell getacl capable of printing ACL string the way it is fed to setacl
> -----------------------------------------------------------------------------
>
>                 Key: HDDS-5306
>                 URL: https://issues.apache.org/jira/browse/HDDS-5306
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: Ozone CLI
>            Reporter: Siyao Meng
>            Assignee: Chia-Chuan Ho
>            Priority: Major
>
> getacl should be able to return the ACL string (e.g. 
> user:user1:rw,group:hadoop:a) the same way ACL is set for better usability. 
> This is useful when one wants to delete an ACL via CLI, or slightly change 
> the ACL with copy-pasting. Currently, getacl can only return a JSON array:
> {code}
> $ ozone sh bucket addacl vol1/bucket-src --acls=user:user1:rw,group:hadoop:a
> ACL user:user1:rw[ACCESS] added successfully.
> ACL group:hadoop:a[ACCESS] added successfully.
> $ ozone sh bucket getacl vol1/bucket-src
> [ {
>   "type" : "USER",
>   "name" : "testuser/[email protected]",
>   "aclScope" : "ACCESS",
>   "aclList" : [ "ALL" ]
> }, {
>   "type" : "GROUP",
>   "name" : "root",  # Just added
>   "aclScope" : "ACCESS",
>   "aclList" : [ "ALL" ]
> }, {
>   "type" : "USER",
>   "name" : "user1", # Just added
>   "aclScope" : "ACCESS",
>   "aclList" : [ "READ", "WRITE" ]
> }, {
>   "type" : "GROUP",
>   "name" : "hadoop",
>   "aclScope" : "ACCESS",
>   "aclList" : [ "ALL" ]
> } ]
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to