Simplify Reverse Proxy Settings#19161
Conversation
|
Is it not something that you actually want to have as configurable with appsettings.json file? Now, if the DB service is down then the proxy configurations are too? That's biting it's own tail. It adds a dependency on the proxy too which I think is debatable. If you look at yarp.net it is all config file based. |
|
The reverse proxy can be configured either via the admin dashboard or through appsettings. Configuration via appsettings is opt-in, enabled through an extension method, and takes precedence over the admin UI settings. For details, see the documentation here: Whether configuration is done through the admin UI or appsettings is governed by the |
|
@gvkries I think we talked about this last time, then we agreed to do what's currently there - no I think you started a PR to introduce an infrastructure configuration that provides different sources |
|
Yes, we recently fixed several issues in this area and removed an unnecessary The Finally, The PR you’re referring to is this one: I initially started working on it with the help of AI, but wasn’t sure whether it was worth continuing at the time, so I closed it for now. Maybe this is something we can pick up again for v4. |
No description provided.