Jiayi Liu created RANGER-2716:
---------------------------------
Summary: Add catalogs/schemas/tables filter in presto plugin
Key: RANGER-2716
URL: https://issues.apache.org/jira/browse/RANGER-2716
Project: Ranger
Issue Type: Improvement
Components: plugins
Reporter: Jiayi Liu
Presto plugin returns the input set of catalogs/schemas/tables directly at
present. However, this causes a problem, that is, when the user uses show
catalogs/schemas/tables, all catalogs/schemas/tables are displayed, even though
the user does not have the permissions to display all catalogs/schemas/tables.
We need to fix the filterCatalogs/Schemas/Tables functions to filter
catalogs/schemas/tables, so that the user can only see the
catalogs/schemas/tables in which the user has SELECT permission.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)