File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/docs/configuration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ source {
31
31
sasl_username = " mySaslUsername"
32
32
sasl_password = env. SASL_PASSWORD
33
33
34
- # The SASL Algorithm to use: "sha512" or "sha256" (default: "sha512")
34
+ # The SASL Algorithm to use: "plaintext", " sha512" or "sha256" (default: "sha512")
35
35
sasl_algorithm = " sha256"
36
36
37
37
# The optional certificate file for client authentication
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ target {
35
35
sasl_username = " mySaslUsername"
36
36
sasl_password = env. SASL_PASSWORD
37
37
38
- # The SASL Algorithm to use: "sha512" or "sha256" (default: "sha512")
38
+ # The SASL Algorithm to use: "plaintext", " sha512" or "sha256" (default: "sha512")
39
39
sasl_algorithm = " sha256"
40
40
41
41
# The optional certificate file for client authentication
You can’t perform that action at this time.
0 commit comments