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
14 lines
445 B
YAML
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``
|