This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 327e87632 [#5120] improvement(docs): Add the document of metadata 
object ownership (#5123)
327e87632 is described below

commit 327e8763211adf617e0d806d4913083651b0abee
Author: roryqi <[email protected]>
AuthorDate: Mon Oct 14 20:26:16 2024 +0800

    [#5120] improvement(docs): Add the document of metadata object ownership 
(#5123)
    
    ### What changes were proposed in this pull request?
    
    Add the document of metadata object ownership
    
    ### Why are the changes needed?
    
    Fix: #5120
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Just document.
---
 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 fb8bde8cb..afdf921bf 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 that 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.
 

Reply via email to