manila/releasenotes/notes/deprecate-use_forwarded_for-2b47e9b63d5f2fc1.yaml
Takashi Kajinami b24fc87a1d Deprecate [DEFAULT] use_forwarded_for
... because functionality of this parameter is effectively duplicate of
the HTTPProxyToWSGI middleware in oslo.middleware library.

Closes-Bug: #1967686
Change-Id: I4db615093b739c7ff582f348a6fb6eabb8068257
2022-04-12 08:12:36 +09:00

8 lines
275 B
YAML

---
deprecations:
- |
The ``[DEFAULT] use_forwarded_for`` parameter has been deprecated. Instead
of using this parameter, add the ``HTTPProxyToWSGI`` middleware to api
pipelines, and ``[oslo_middleware] enable_proxy_headers_parsing = True``
to manila.conf.