Skip to content

Commit

Permalink
docs: update the ARGOCD_SESSION_FAILURE_MAX_FAIL_COUNT variable in th…
Browse files Browse the repository at this point in the history
…e docs (argoproj#8140)

Signed-off-by: Chetan Banavikalmutt <[email protected]>
  • Loading branch information
chetan-rns authored Jan 11, 2022
1 parent 5d770d6 commit 4b5df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/user-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ argocd account generate-token --account <username>
Argo CD rejects login attempts after too many failed in order to prevent password brute-forcing.
The following environments variables are available to control throttling settings:

* `ARGOCD_SESSION_MAX_FAIL_COUNT`: Maximum number of failed logins before Argo CD starts
* `ARGOCD_SESSION_FAILURE_MAX_FAIL_COUNT`: Maximum number of failed logins before Argo CD starts
rejecting login attempts. Default: 5.

* `ARGOCD_SESSION_FAILURE_WINDOW_SECONDS`: Number of seconds for the failure window.
Expand Down

0 comments on commit 4b5df69

Please sign in to comment.