summaryrefslogtreecommitdiff
path: root/releasenotes/notes/oslo-proxy-headers-middleware-22188a2976f8f460.yaml
blob: fc4d4ae2b2ec846b754bf066f8ca1fbddcff548e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Ironic API service now supports HTTP proxy headers parsing
    with the help of oslo.middleware package, enabled via new option
    ``[oslo_middleware]/enable_proxy_headers_parsing`` (``False`` by default).

    This enables more complex setups of Ironic API service, for example when
    the same service instance serves both internal and public API endpoints
    via separate proxies.

    When proxy headers parsing is enabled, the value of
    ``[api]/public_endpoint`` option is ignored.