From dfc44989212cfa2afd2f1fe13da4be4f480c5c82 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 8 May 2023 16:06:10 -0400 Subject: [PATCH] Clarify auth throttle desc --- salt/nginx/soc_nginx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/nginx/soc_nginx.yaml b/salt/nginx/soc_nginx.yaml index 6170982bf..b18e83f42 100644 --- a/salt/nginx/soc_nginx.yaml +++ b/salt/nginx/soc_nginx.yaml @@ -25,6 +25,6 @@ nginx: global: True helpLink: nginx.html throttle_login_rate: - description: Number of login requests per minute that can be processed without triggering a rate limit. Higher values allow more repeated login attempts. Requests are counted by unique client IP and averaged over time. + description: Number of login API requests per minute that can be processed without triggering a rate limit. Higher values allow more repeated login attempts. Requests are counted by unique client IP and averaged over time. Note that a single login flow will perform multiple requests to the login API, so this value will need to be adjusted accordingly. global: True helpLink: nginx.html