ranger icon indicating copy to clipboard operation
ranger copied to clipboard

RANGER-3985: use table creation rule for trino

Open jonashartwig opened this issue 3 years ago • 1 comments

The ranger rules to create tables in Trino currently check schema level to create.

If this is set, anyone can create any table/view. There is no way to limit the naming of tables.

However e.g. drop, alter rights are granted on table level. So user might create any table, but not remove them.

To allow a more strict implementation view/table creation should verify table name as well.

In that case the previous behaviour can be created by adding a rule to allow create on catalog/schema/*.

jonashartwig avatar Nov 25 '22 08:11 jonashartwig

Hi,

what's going on with this PR? Is there any blocker to merge it?

ognjen-it avatar Sep 27 '23 08:09 ognjen-it