crowdsec-bouncer-traefik-plugin icon indicating copy to clipboard operation
crowdsec-bouncer-traefik-plugin copied to clipboard

[FEATURE] Support for variables in traefik dashboard

Open nonodev96 opened this issue 1 year ago • 1 comments

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.

nonodev96 avatar Jul 10 '24 19:07 nonodev96

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.

mathieuHa avatar Jul 17 '24 07:07 mathieuHa

This is impossible at the moment, as all config on the dashboard is hardcoded into this file.

PseudoResonance avatar Apr 08 '25 11:04 PseudoResonance

Hi @nonodev96 @PseudoResonance,

Since release 3.5.0 of Traefik, you can see the configuration options passed to the plugin in the dashboard

mathieuHa avatar Sep 03 '25 15:09 mathieuHa