trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.57k stars 3.04k forks source link

Add Apache Ranger authorizer plugin #22674

Closed mneethiraj closed 1 week ago

mneethiraj commented 4 months ago

Plugin to authorize data access in Trino using Apache Ranger policies is in Apache Ranger git repo - for more than 2 years. Trino authorizer interface, SystemAccessControl, continues to evolve with many updates (new methods, removed methods, signature changes). Apache Ranger community proposes to move the plugin implementation from Ranger git repo to Trino git repo, as this will make it easier to keep the plugin in sync with the authorizer interface evolution. This effort is tracked in Apache Ranger with RANGER-4810.

ebyhr commented 1 week ago

Closing as #22675