sapcc / elektra

An opinionated openstack Web UI for consumer self service and operations.
Apache License 2.0
72 stars 29 forks source link

[octavia] - add xfh insert header option to listener #1367

Closed m-kratochvil closed 4 weeks ago

m-kratochvil commented 1 month ago

In this PR I'm adding additional option to the Insert Headers drop down under the load balancer listener configuration dialog. The option name is X-Forwarded-Host and the option is applicable to listener with protocol type HTTP or TERMINATED_HTTPS. The implementation should be the same as with the existing Insert Headers options, for example the "X-Forwarded-For".

I am also adjusting wording of the description of the other X-Forwarded-xxxx options.

m-kratochvil commented 1 month ago

Converting to draft as I found an issue with API validation for this new option, which I have to solve first

m-kratochvil commented 4 weeks ago

Will not be implemented this way. Closing PR, new one will be opened later.