nessie icon indicating copy to clipboard operation
nessie copied to clipboard

Add authorization checks for Namespaces

Open nastra opened this issue 2 years ago • 2 comments

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.

nastra avatar Mar 16 '22 08:03 nastra

@dimas-b FYI

snazy avatar Aug 26 '22 13:08 snazy

Currently Namespaces fall under the same authZ checks as any other content object (tables, views, etc.)

dimas-b avatar Aug 26 '22 14:08 dimas-b

Will use the standard authZ checks that apply across all entity types for now.

dimas-b avatar Nov 07 '22 22:11 dimas-b