HTML filter for javascript injection

Hello,

I'm looking for an HTML filter as the one written for Nginx : ngx_http_sub_module

The goal here is to inject javascript in the Traefik response

Is there any middleware available for that ?
Florian

You can find the list of available middleware for traefik on the documentation site, look at the sidebar on the left.

From what I have seen, there is no middlewares available for that, did I miss something ?

I found that Traefik 2.3 can handle plugins, and the plugin rewrite body could solve my issue. However the docs says that this is only available through Traefik Pilot Saas software.

From what I have seen, there is no middlewares available for that, did I miss something ?

Probably not.

I found that Traefik 2.3 can handle plugins, and the plugin rewrite body could solve my issue. However the docs says that this is only available through Traefik Pilot Saas software.

Sounds right.

The plugins are available in Traefik (OSS) through Traefik Pilot (the plugins registry)