Files
puppet-swift/releasenotes/notes/modernize-proxy-pipeline-c84ad4609210919c.yaml
Takashi Kajinami cfecd7555b Update the default proxy-server pipeline
Current default items in proxy-server pipeline are very outdated and
does not include some essential middlewares like proxy-logging,
catch_errors and so on.
This change updates the default according to the sample config file
in the swift repo.

Change-Id: I43e38f6ad4ee8bcb02c3f93ba1a24afae3d8b882
2021-02-21 21:13:16 +09:00

14 lines
445 B
YAML

---
upgrade:
- |
The default value of ``swift::proxy::pipeline`` has been updated to enable
some fundamental middlewares by default.
Because of this change, the following classes should be included unless
the pipeline parameter is explicitly set.
- ``swift::proxy::catch_errors``
- ``swift::proxy::gatekeeper``
- ``swift::proxy::proxy_logging``
- ``swift::proxy::listing_formats``
- ``swift::proxy::copy``