review fix

This commit is contained in:
Shivaram Lingamneni 2019-02-05 03:42:08 -05:00
parent e094c2a9c5
commit daf1e68a7d
1 changed files with 5 additions and 2 deletions

View File

@ -198,10 +198,13 @@ accounts:
# PASS as well, so it can be configured to authenticate with SASL only. # PASS as well, so it can be configured to authenticate with SASL only.
skip-server-password: false skip-server-password: false
# require-sasl controls whether clients are required to have accounts
# (and sign into them using SASL) to connect to the server
require-sasl: require-sasl:
# if this is enabled, all clients must authenticate with SASL: # if this is enabled, all clients must authenticate with SASL while connecting
enabled: false enabled: false
# the following IPs/CIDRs are exempted from this requirement:
# IPs/CIDRs which are exempted from the account requirement
exempted: exempted:
- "localhost" - "localhost"
# - '127.0.0.2' # - '127.0.0.2'