Replies: 1 comment
-
Please note we're converting this issue into a discussion as per our new procedures/policies. You can read more about that in our announcement #712 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem you are trying to solve with this feature?
I would like to see the logs for failed authentication (API and user login) include the source IP address (accounting for
X-Forwarded-For
in reverse proxy setups).The use case would be to add
fail2ban
to my setup, in order to avoid brute force attacks on my Homebox installation.What is the solution you are proposing?
Add the IP address to the log message for failed auth attemps (currently
failed to authenticate error="invalid username or password"
).Ideally it would be surfaced in the plain-text log, as it is easier to parse in
fail2ban
than JSON.What alternatives have you considered?
No response
Additional context
No response
Contributions
Beta Was this translation helpful? Give feedback.
All reactions