volume getacl
Contents
Usage
$ ozone sh volume getacl [-hV] [-s=<store>] <value>
Parameter | Description |
---|---|
value |
A volume URI. It can be a full URI (starts with |
store |
Store type: |
-h, --help |
Prints out a help manual for this command |
-V, --version |
Prints out version information and exits |
Examples
Listing all ACLs for a volume:
$ ozone sh volume getacl vol1
The output depends on the present ACLs, but should be similar to this:
[ {
"type" : "USER",
"name" : "s_tikhomirov_krb1@AD.RANGER-TEST",
"aclScope" : "ACCESS",
"aclList" : [ "ALL" ]
}, {
"type" : "USER",
"name" : "sergei",
"aclScope" : "ACCESS",
"aclList" : [ "LIST", "ALL" ]
} ]