File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
admin_manual/configuration_server Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,22 @@ Disabling this is discouraged for security reasons.
651651
652652Defaults to ``true ``
653653
654+ auth.bruteforce.protection.force.database
655+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
656+
657+
658+ ::
659+
660+ 'auth.bruteforce.protection.force.database' => false,
661+
662+ Whether the brute force protection should write into the database even when a memory cache is available
663+
664+ Using the database is most likely worse for performance, but makes investigating
665+ issues a lot easier as it's possible to look directly at the table to see all
666+ logged remote addresses and actions.
667+
668+ Defaults to ``false ``
669+
654670auth.bruteforce.protection.testing
655671^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
656672
You can’t perform that action at this time.
0 commit comments