Subhrat Chaudhary created RANGER-4535:
-----------------------------------------
Summary: GET dataset API should return public:LIST in ACL if
available
Key: RANGER-4535
URL: https://issues.apache.org/jira/browse/RANGER-4535
Project: Ranger
Issue Type: Sub-task
Components: admin
Reporter: Subhrat Chaudhary
When the GET dataset /gds/dataset API is called, gdsPermission=LIST is passed
in query-param, available ACLs are not returned in the dataset.
It will be helpful to know, if the current dataset is accessible to public
group (which can be eventually used by the depending applications). We can add
the the ACL, in the returned dataset (if available):
{code:java}
"groups": { "public": "LIST" }{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)