Skip to content

Commit

Permalink
[#5120] improvement(docs): Add the document of metadata object owners…
Browse files Browse the repository at this point in the history
…hip (#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.
  • Loading branch information
jerqi authored Oct 14, 2024
1 parent 6aefe3b commit 327e876
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/security/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 327e876

Please sign in to comment.