nessie
nessie copied to clipboard
Add authorization checks for Namespaces
https://github.com/projectnessie/nessie/pull/3572 added support for Namespaces and the goal of this PR is to add authorization checks for creating/reading/deleting namespaces.
@dimas-b FYI
Currently Namespaces fall under the same authZ checks as any other content object (tables, views, etc.)
Will use the standard authZ checks that apply across all entity types for now.