diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-05-27 10:07:54 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-05-27 10:07:54 +0300 |
commit | 5a9ea978a68e36a48e9e7963099875b3076e7f5d (patch) | |
tree | b90f928f806106e1e43a090a8e9c36385f05dbc8 | |
parent | 894453f46e30c45a500bdeeeccc27ac5f1fc362b (diff) |
Enable proxy header parsing for heat
For handling the X-Forwarded-Proto, heat uses the http_proxy_to_wsgi
middleware from oslo.middleware. It used to work by default, but now
configuration is required to enable that. We require it since we are
effectively behind a proxy (HAProxy).
Change-Id: I256f27ec6a3f66316ff6aa3f78b2f1ec1472f097
-rw-r--r-- | puppet/services/heat-base.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/heat-base.yaml b/puppet/services/heat-base.yaml index 50fcbf59..8617df27 100644 --- a/puppet/services/heat-base.yaml +++ b/puppet/services/heat-base.yaml @@ -37,3 +37,4 @@ outputs: heat::rabbit_use_ssl: {get_param: RabbitClientUseSSL} heat::rabbit_port: {get_param: RabbitClientPort} heat::debug: {get_param: Debug} + heat::enable_proxy_headers_parsing: true |