File: healthcheck-ignore_proxied_requests-d04d1661bd687bc6.yaml

package info (click to toggle)
python-oslo.middleware 6.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 2,980; makefile: 21; sh: 2
file content (13 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    The new ``[healthcheck] ignore_proxied_requests`` option has been added.
    When this option is set to true, the healthcheck middleware ignores
    requests with any of the following headers, which indicates that
    the requests came through a reverse proxy or a load balancer.

    - ``x-forwarded``
    - ``x-forwarded-proto``
    - ``x-forwarded-host``
    - ``x-forwarded-for``
    - ``x-forwarded-prefix``