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

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


The following commit(s) were added to refs/heads/main by this push:
     new fcfeabd04 [docs] Fix duplicate titles in the Authentication section 
(#3199)
fcfeabd04 is described below

commit fcfeabd04313ad30d23e05234fc4fc5eeba5151e
Author: Tom <[email protected]>
AuthorDate: Tue May 12 11:39:03 2026 +0800

    [docs] Fix duplicate titles in the Authentication section (#3199)
---
 website/docs/security/authentication.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/security/authentication.md 
b/website/docs/security/authentication.md
index 2a481234c..f4a661bd0 100644
--- a/website/docs/security/authentication.md
+++ b/website/docs/security/authentication.md
@@ -26,7 +26,7 @@ No additional configuration is required for this mode.
 ## SASL
 This mechanism is based on SASL (Simple Authentication and Security Layer) 
authentication. Currently, only SASL/PLAIN is supported, which involves 
authentication using a username and password. It is recommended for production 
environments.
 
-### SASL Client-Side Configuration
+### SASL Server-Side Configuration
 | Option                                                         | Type   | 
Default Value | Description                                                     
                                                                      |
 
|----------------------------------------------------------------|--------|---------------|---------------------------------------------------------------------------------------------------------------------------------------|
 | security.sasl.enabled.mechanisms                               | List   | 
PLAIN         | Comma-separated list of enabled SASL mechanisms. Only support 
PLAIN(which involves authentication using a username and password) now. |

Reply via email to