mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
Vault access not being logged #73
Reference in New Issue
Block a user
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 @vyxn on GitHub.
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN, SMTP_HOST, SMTP_SECURITY, SMTP_PORT, SMTP_FROM, SMTP_PASSWORD, HELO_NAME
Config:
Vaultwarden Build Version
v 1.34.1
Deployment method
OS Package (apt, yum/dnf, pacman, apk, nix, ...)
Custom deployment method
Running through nix on a NixOS system
Reverse Proxy
nginx 1.28.0
Host/Server Operating System
Linux
Operating System Version
Nixos unstable channel
Clients
Web Vault
Client Version
Vaultwarden Web 2025.5.0
Steps To Reproduce
Expected Result
For the configured regex to catch log attempt failures, I'm using the one shown on the wiki (https://github.com/dani-garcia/vaultwarden/wiki/Fail2Ban-Setup#filter)
Actual Result
I'm not seeing any kind of log for the failed access attempt therefore fail2ban can't detect this since there are no logs
Logs
Screenshots or Videos
No response
Additional Context
No response