maxlerebourg / crowdsec-bouncer-traefik-plugin

Traefik plugin for Crowdsec - WAF and IP protection
Apache License 2.0
218 stars 10 forks source link

[FEATURE] Support for variables in traefik dashboard #180

Open nonodev96 opened 1 month ago

nonodev96 commented 1 month ago

In other middlewares you can see the settings.

It would be great to see the plugin configuration directly on the web dashboard. We could see which settings are incompatible or failed, secrets should be hidden.

mathieuHa commented 1 month ago

Hi @nonodev96,

Indeed when you compare native middleware and our bouncer plugin middleware in the dashboard, you can see all configuration for the native middleware.

Do you have an example of a plugin middleware that has achieved displaying conf in the dashboard ?
In the meantime, I'll look in the Traefik code to see how it is really done.