Existing Middlewares not detected #37
woutervanelten
started this conversation in
Ideas
Replies: 3 comments
|
you are right it doesn't scan existing middleware. i have a plan to add it as a feature but i am currently focus on streamlining it. so may be in version v3 |
0 replies
|
Ok, great. |
0 replies
|
I would also be interested in this feature. If I want to use Middleware-Manager as the "one-stop-solution" to manage traefik middlewares, it would be great so see the ones already configured manually. E.g. middlewares set on entryPoints should be listed on each resource that uses this entryPoint |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
At least for Traefik stand alone version, existing middlewares are not detected.
I have some middlewares declared in Docker labels and some in dynamic files (IP Allowlist, Rewrite, etc.).
The Routes and Services are detected.
And in the Traefik dashboard I can also see that the middlewares are applied.
But Middleware-Manager says "Not protected" and also doesn't list the applied middlewares outside of middleware-manager.
Can this be fixed or integrated?
All reactions