yuqi1129 commented on code in PR #4336: URL: https://github.com/apache/gravitino/pull/4336#discussion_r1700208893
########## docs/security.md: ########## @@ -11,9 +11,11 @@ Apache Gravitino supports two kinds of authentication mechanisms: simple and OAu ### Simple mode -Simple mode is the default authentication option. +Simple mode is the default authentication option of the server. -Simple mode allows the client to use the environment variable `GRAVITINO_USER` as the user. +If the client doesn't set the authentication, the client will use anonymous to access the server. Review Comment: Add this sentence may more proper: For the client side, if the client doesn't explicitly set the authentication, ...........; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
