Abhishek created RANGER-4799:
--------------------------------
Summary: [Ranger Trino] Audits are not logged for schema/table
creation
Key: RANGER-4799
URL: https://issues.apache.org/jira/browse/RANGER-4799
Project: Ranger
Issue Type: Bug
Components: Ranger
Reporter: Abhishek
On a cluster where trino server is setup and ranger trino plugin is enabled,
audits are not generated for schema/table creation.
Steps to reproduce :-
1. As a user with all privileges, run the schema create command : "create
schema schema_name;"
The access audit will only be generated for the catalog resource and not the
schema resource
2. As a user with all privileges, run the table create command,
"Create table table_name(column_name column_type);".
The access audits are generated for the catalog and schema resources, and not
for the table resource
--
This message was sent by Atlassian Jira
(v8.20.10#820010)