[DEFAULT] use_forwarded_for is duplicate of the HTTPProxyToWSGI middleware
Bug #1967686 reported by
Takashi Kajinami
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
Low
|
Takashi Kajinami | ||
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Takashi Kajinami | ||
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Low
|
Takashi Kajinami |
Bug Description
The [DEFAULT] use_forwarded_for parameter enables detection of remote address by the X-Forwarded-For request header.
However this functionality is duplicate of the HTTPProxyToWSGI middleware in the oslo.middleware library.
Now the HTTPProxyToWSGI middleware is enabled in api pipeline by default, and also is globally used by multiple components, the own use_forwarded_for parameter can be removed.
Changed in cinder: | |
assignee: | nobody → Takashi Kajinami (kajinamit) |
Changed in nova: | |
assignee: | nobody → Takashi Kajinami (kajinamit) |
Changed in manila: | |
assignee: | nobody → Takashi Kajinami (kajinamit) |
description: | updated |
Changed in nova: | |
status: | New → In Progress |
Changed in cinder: | |
status: | New → In Progress |
Changed in manila: | |
status: | New → In Progress |
Changed in ec2-api: | |
assignee: | nobody → Takashi Kajinami (kajinamit) |
no longer affects: | ec2-api |
Changed in cinder: | |
importance: | Undecided → Low |
tags: | added: need-integration-test |
tags: | removed: need-integration-test |
Changed in cinder: | |
status: | In Progress → Confirmed |
status: | Confirmed → In Progress |
Changed in manila: | |
status: | In Progress → Confirmed |
importance: | Undecided → Low |
milestone: | none → zed-1 |
status: | Confirmed → In Progress |
To post a comment you must log in.
Change proposed to branch: master (manila) /review. opendev. org/c/openstack /manila/ +/836251
https:/