mistral/mistral/tests
Vlad Gusev ca1acb656c Add http_proxy_to_wsgi middleware
This sets up the HTTPProxyToWSGI middleware in front of Mistral API. The
purpose of this middleware is to set up the request URL correctly in
the case there is a proxy (for instance, a loadbalancer such as HAProxy)
in front of the Mistral API.

The HTTPProxyToWSGI is off by default and needs to be enabled via a
configuration value.

It can be enabled with the option in mistral.conf:
[oslo_middleware]
enable_proxy_headers_parsing=True

Closes-Bug: #1590608
Closes-Bug: #1816364
Change-Id: I04ba85488b27cb05c3b81ad8c973c3cc3fe56d36
2019-03-09 01:51:59 +03:00
..
releasenotes/notes Return the result of the MistralHTTPAction 2018-07-16 11:43:26 +01:00
resources Create and run a workflow within a namespace 2017-08-01 13:51:05 +00:00
unit Add http_proxy_to_wsgi middleware 2019-03-09 01:51:59 +03:00
__init__.py Initial commit that fix py34 tests run 2015-09-15 09:57:47 +00:00