Gertjan Al created RANGER-5762:
----------------------------------
Summary: Unable to execute Trino Schema Functions
Key: RANGER-5762
URL: https://issues.apache.org/jira/browse/RANGER-5762
Project: Ranger
Issue Type: Bug
Components: plugins
Affects Versions: 2.9.0, 2.8.0, 2.7.0, 2.6.0, 2.5.0, 2.4.0
Reporter: Gertjan Al
When using a Trino Schema Function, the permission `execute` is checked:
[https://github.com/trinodb/trino/blob/master/plugin/trino-ranger/src/main/java/io/trino/plugin/ranger/RangerSystemAccessControl.java#L791]
However, the Trino service definition does not contain `execute` on Schema
Function. When added to the definition, everything works as expected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)