From 5de14cd24ab80596d3d92aaa5be69cd1f387c72c Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 23 Apr 2018 14:11:40 +0000 Subject: [PATCH] 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. Change-Id: Id44d0f09c79a9464f4da47f1b81d720cfba56260 Depends-On: https://review.openstack.org/578645 Closes-Bug: 1758675 (cherry picked from commit 1a0c66d5bacfde6c39441b19433f3f80ea60b5de) --- src/templates/mitaka/barbican.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/mitaka/barbican.conf b/src/templates/mitaka/barbican.conf index a710cba..8612697 100644 --- a/src/templates/mitaka/barbican.conf +++ b/src/templates/mitaka/barbican.conf @@ -241,6 +241,8 @@ version = '1.0' # processing functionality. thread_pool_size = 10 +{% include "parts/section-oslo-middleware" %} + # ================= Secret Store Plugin =================== [secretstore] namespace = barbican.secretstore.plugin