mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #332] Update Fail2Ban wiki page with rules to block /admin bruteforce #183
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @njfox on GitHub (Jan 8, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/332
It's probably worthwhile to update the wiki with a Fail2Ban filter that will block IPs after too many unsuccessful requests to /admin. Currently we only document how to block failed login requests in the web vault.
@BlackDex commented on GitHub (Jan 8, 2019):
For this to work the ERROR message:
[bitwarden_rs::api::admin][ERROR] Unauthorized Error: "Invalid admin token"Needs to have an IP address added.
@dani-garcia commented on GitHub (Jan 8, 2019):
Added the IP in
a0a08c4c5a@njfox commented on GitHub (Jan 10, 2019):
Thanks for adding the IP, the wiki has been updated with a fail2ban config for /admin.