prestodb/presto

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

Open

#20.007 geöffnet am 27. Juni 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (5.240 Forks)batch import
Securitygood first issuehive-connector

Repository-Metriken

Stars
 (15.558 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 34T 14h) (120 gemergte PRs in 30 T)

Beschreibung

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