Modsecurity support in traefik ingress controller

I want to migrate from Nginx ingress controller to Traefik. I have enabled modsecurity rules currently but can't do the same with Traefik as Traefik doesn't have modsecurity support.
How can I achieve the modsecurity like features in Traefik Ingress Controller?

Hello @viralkamdar

The short answer is the following: Traefik does not have that kind of module or any other WAF (web application firewall) implemented.
You can consider keeping the existing solution with mod_security and then pass requests to the Traefik instance. Similar solutions I've been configuring with Google Cloud Armor that in my case was acting as WAF and Traefik as the ingress controller.