prestodb/presto

Allow schema owner to create, drop and rename schema when using FileBasedAccessControl

Open

#20,007 opened on Jun 27, 2023

 (2 comments) (0 reactions) (0 assignees)Java (5,240 forks)batch import
Securitygood first issuehive-connector

Repository metrics

Stars
 (15,558 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, when using FileBasedAccessControl in Hive Connector, no one is allowed to create, drop or rename a schema. Ideally, schema owners defined in the config should be allowed to perform these operations.

Contributor guide