Originally created by @njfox on GitHub (Jan 8, 2019).
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.
Originally created by @njfox on GitHub (Jan 8, 2019).
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.
For this to work the ERROR message: [bitwarden_rs::api::admin][ERROR] Unauthorized Error: "Invalid admin token"
Needs to have an IP address added.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @njfox on GitHub (Jan 8, 2019).
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.