prestodb/presto

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

Open

#20.007 aberto em 27 de jun. de 2023

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Java (5.240 forks)batch import
Securitygood first issuehive-connector

Métricas do repositório

Stars
 (15.558 stars)
Métricas de merge de PR
 (Mesclagem média 34d 14h) (120 fundiu PRs em 30d)

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.

Guia do colaborador