From b5725566a676423ca66f7939644a6e65424057af Mon Sep 17 00:00:00 2001 From: Rory Date: Sat, 12 Oct 2024 16:55:31 +0800 Subject: [PATCH 1/2] [#5120] improvement(docs): Add the document of metadata object ownership --- docs/security/access-control.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/security/access-control.md b/docs/security/access-control.md index 9d98c0a3701..f80267c8eb9 100644 --- a/docs/security/access-control.md +++ b/docs/security/access-control.md @@ -90,6 +90,18 @@ The owner of each entity has implicit administrative class privilege, for exampl Only the Owner of a securable object can fully manage that resource. If a securable object needs to be managed by more than one person at the same time, the owner is assigned to a user group. +The metadata object which supports ownership is as follows: + +| Metadata Object Type | +|----------------------| +| Metalake | +| Catalog | +| Schema | +| Table | +| Topic | +| Fileset | +| Role | + ### User Users are generally granted one or multiple Roles, and users have different operating privileges depending on their Role. From 556596fba81443a42e6f90ff5de841b5c4c657d7 Mon Sep 17 00:00:00 2001 From: Rory Date: Mon, 14 Oct 2024 19:05:32 +0800 Subject: [PATCH 2/2] Address comments --- docs/security/access-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/access-control.md b/docs/security/access-control.md index f80267c8eb9..d86485dc0a8 100644 --- a/docs/security/access-control.md +++ b/docs/security/access-control.md @@ -90,7 +90,7 @@ The owner of each entity has implicit administrative class privilege, for exampl Only the Owner of a securable object can fully manage that resource. If a securable object needs to be managed by more than one person at the same time, the owner is assigned to a user group. -The metadata object which supports ownership is as follows: +The metadata object that supports ownership is as follows: | Metadata Object Type | |----------------------|