Skip to content

Commit fcfeabd

Browse files
[docs] Fix duplicate titles in the Authentication section (#3199)
1 parent 56dc6de commit fcfeabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/security/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ No additional configuration is required for this mode.
2626
## SASL
2727
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.
2828

29-
### SASL Client-Side Configuration
29+
### SASL Server-Side Configuration
3030
| Option | Type | Default Value | Description |
3131
|----------------------------------------------------------------|--------|---------------|---------------------------------------------------------------------------------------------------------------------------------------|
3232
| 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. |

0 commit comments

Comments
 (0)