prestodb/presto
View on GitHubAllow schema owner to create, drop and rename schema when using FileBasedAccessControl
Open
#20,007 opened on Jun 27, 2023
Securitygood first issuehive-connector
Repository metrics
- Stars
- (15,558 stars)
- PR merge metrics
- (Avg merge 34d 14h) (120 merged PRs in 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.