Merge pull request #8606 from HJianBo/docs-for-quick-false

chore: add docs for false_quick_deny
This commit is contained in:
JianBo He 2022-07-29 17:15:09 +08:00 committed by GitHub
commit 84154f0a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -648,7 +648,10 @@ log.rotation.count = 5
## Allow anonymous authentication by default if no auth plugins loaded.
## Notice: Disable the option in production deployment!
##
## Value: true | false
## Configured to `false_quick_deny` means quick deny of anonymous clients
## (without username). So the auth backend checks can be skipped.
##
## Value: true | false | false_quick_deny
allow_anonymous = true
## Allow or deny if no ACL rules matched.