nova/releasenotes/notes/deprecate-secure_proxy_ssl_header-cc0bf562efaa5eba.yaml
Takashi Kajinami 838706ded9 Deprecate [wsgi] secure_proxy_ssl_header
The functionality of this parameter is same as the http_proxy_to_wsgi
middleware in oslo.middleware. The http_proxy_to_wsgi middleware is
widely used in multiple OpenStack services and has been enabled in
default pipelines for several cycles. So the own implementation can be
completely replaced by the common one provided by the oslo library.

Change-Id: I5db80ca504e444346afcc264d3260861e54f266d
2024-12-01 00:09:15 +09:00

6 lines
178 B
YAML

---
deprecations:
- |
The ``[wsgi] secure_proxy_ssl_header`` parameter has been deprecated. Use
the ``http_proxy_to_wsgi`` middleware from ``oslo.middleware`` instead.