From 18556833b1bc61564f23266455e419502f3f0fcf Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Mon, 4 Nov 2024 19:06:32 +0100 Subject: [PATCH] default value for `http.ip_ban_enabled` is `True` (#35565) --- source/_integrations/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index c5a93d92325..e43e284dca3 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -73,7 +73,7 @@ ip_ban_enabled: description: Flag indicating whether additional IP filtering is enabled. required: false type: boolean - default: false + default: true login_attempts_threshold: description: "Number of failed login attempt from single IP after which it will be automatically banned if `ip_ban_enabled` is `true`. When set to -1 no new automatic bans will be added." required: false