glance/releasenotes/notes/remove_secure_proxy_ssl_header-2a95ad48ffa471ad.yaml
Dharini Chandrasekar 8140abe639 Remove secure_proxy_ssl_header opt from Glance
Glance uses http-proxy-to-wsgi middleware from oslo.middleware in
its pipeline in order to efficiently forward request headers in case
of load balancer style deployments. Hence, the configuration option
``secure_proxy_ssl_header`` was marked as deprecated.

This patch removes the option and the support for it within Glance
to entirely rely on oslo middleware. This will ensure that the related
headers set by oslo.middleware:HTTPProxyToWSGI is never modified in
Glance.

Change-Id: I11d41bb736bbfd90030d88245c11642823e4c400
Closes-Bug: 1673908
2022-07-13 17:31:36 +00:00

10 lines
329 B
YAML

---
deprecations:
- |
Removed the deprecated 'secure_proxy_ssl_header' config option. Image import
will be always enabled from this release onwards as designed.
upgrade:
- |
As Glance relies on oslo.middleware for this feature, care needs to be taken
that it is configured properly from this release forward.