File: modernize-proxy-pipeline-c84ad4609210919c.yaml

package info (click to toggle)
puppet-module-swift 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: ruby: 9,593; python: 38; sh: 10; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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``