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

roryqi 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 73ab2ec9fa [MINOR] fix(docs): Fix the document of access control 
(#7194)
73ab2ec9fa is described below

commit 73ab2ec9fab249ab845e57ce0f3fe1715b9d9dcb
Author: roryqi <[email protected]>
AuthorDate: Wed May 21 14:08:20 2025 +0800

    [MINOR] fix(docs): Fix the document of access control (#7194)
    
    ### What changes were proposed in this pull request?
    
    After discussion, we don't need to switch roles to authenticate, we use
    all the roles.
    
    ### Why are the changes needed?
    
    Just a minor.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No need.
---
 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 f2319222f8..0c4cee7842 100644
--- a/docs/security/access-control.md
+++ b/docs/security/access-control.md
@@ -56,7 +56,7 @@ More information you can see the [Authorization push 
down](authorization-pushdow
 As mentioned above, Gravitino uses Ownership to control the privileges of 
securable object in the management category and uses Role to control access 
securable objects,
 so when a user performs a specific operation on a specified resource,
 Gravitino will perform a composite authentication on the Ownership and Role to 
which the securable object belongs.
-When a user has more than one Role, Gravitino will use the user's current Role 
for authentication, and the user can switch the current Role to access a 
different securable object.
+When a user has more than one Role, Gravitino will use the user's all the 
Roles for authentication.
 
 ### Role
 

Reply via email to