Enable proxy header parsing

Ensure that oslo.middleware parses any proxy information
forwarded from haproxy/apache with regards to protocol;
this ensures that https connections are correctly detected.

Includes charm helper sync to bring in oslo middleware
template.

Change-Id: I2ce75a4a2033d8d3c07bd9f7ce6e4f5f6d9488cf
Closes-Bug: 1758675
This commit is contained in:
Liam Young 2018-04-23 13:52:30 +00:00 committed by Nobuto Murata
parent c256592460
commit f960109cb3
2 changed files with 4 additions and 0 deletions

View File

@ -115,3 +115,5 @@ group_allow_delete = False
admin_project_domain_name = {{ admin_domain_name }}
admin_project_name = admin
{% endif -%}
{% include "section-oslo-middleware" %}

View File

@ -117,3 +117,5 @@ admin_project_name = admin
{% endif -%}
{% include "parts/section-federation" %}
{% include "section-oslo-middleware" %}