reverse-proxy icon indicating copy to clipboard operation
reverse-proxy copied to clipboard

[Container] Add OutputCache configuration from file

Open benjaminpetit opened this issue 6 months ago • 1 comments

When using the YARP container, configuring middleware via dependency injection (DI) is not an option. This limitation makes it difficult to customize middleware behavior without modifying and rebuilding the container image.

In this PR, I added the possibility to configure output caching in the container configuration file.

benjaminpetit avatar Jun 23 '25 14:06 benjaminpetit

Hope you don't mind me asking - looking at this PR, it seems like dynamic operations on OutputCacheConfig (such as adding, modifying, or deleting configurations) aren't currently supported. Is this something that's been thought about?

lqlive avatar Jun 24 '25 09:06 lqlive