Allow exposing traefik generated config through API call #26
dguihal
started this conversation in
Feature Request
Replies: 1 comment
-
Its doable, let me think what will be the best approach in the current code. |
Beta Was this translation helpful? Give feedback.
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.
-
Currently middleware manager generates a file in a directory which is has to be shared with traefik file/directory provider
This leads to some drawbacks
Pangolin provides a more flexible way to share it's generated config to traefik with an API endpoind which gives way more flexibility than raw file
Would it be possible to also provide the generated config through an API path (as pangolin does) ? It can simply be serving the generated file through an http server.
I know I could also set an basic http server on top of generated file to provide same, but I think that it would be a poor man workaround
Regards,
Beta Was this translation helpful? Give feedback.
All reactions