Merge "Add capability to parse forward headers"

This commit is contained in:
Zuul
2025-09-15 16:23:46 +00:00
committed by Gerrit Code Review
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
fixes:
- |
The ``http_proxy_to_wsgi`` middleware has been added to the api pipeline.
Now setting the ``[oslo_middleware] enable_proxy_headers_parsing`` option
to true enables parsing the HTTP headers set by forwarders, to detect
endpoint urls clients actually use.