and then i try to connect to my traefik with incorrect token to generate 401 Unauthenticated error more than 4 times in 60 seconds. But nothing happens, no ban.
My questions:
How to ensure correct installation?
What should i see in the traefik logs, when fail2ban bans ip?
How to look for banned ips list?
Is it true that Fail2Ban looks for listed statuscodes, and if there is more than 4 401,403 error in 60 second from one ip, it bans that ip?
Hello. I try to install Fail2Ban plugin to my Traefik installation in K8S. I'm sorry, this is my first ever created issue whatsoever.
Traefik is installed via helm chart from
traefik/traefik
. Here is cli arguments it's installed withThis is my traefik configuration in /data/files/config.yml
This is my middleware configuration
My ingressroutes configuration
and then i try to connect to my traefik with incorrect token to generate 401 Unauthenticated error more than 4 times in 60 seconds. But nothing happens, no ban.
My questions: