From 04c4ccd82b181c7cd50ae87a738c65fbfde08a31 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 24 Jun 2022 17:25:40 -0700 Subject: [PATCH] noggin: set haproxy.router.openshift.io/set-forwarded-headers to append We changed the default cluster ingress to 'none' which made auth work on elections and fedocal. It seems to have broken noggin tho. So, set noggin back to append (the default). We should probibly fix noggin and drop this at some point. Signed-off-by: Kevin Fenzi --- playbooks/openshift-apps/noggin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/openshift-apps/noggin.yml b/playbooks/openshift-apps/noggin.yml index 954b5fda12..11c9c95e07 100644 --- a/playbooks/openshift-apps/noggin.yml +++ b/playbooks/openshift-apps/noggin.yml @@ -88,6 +88,7 @@ servicename: noggin-web annotations: haproxy.router.openshift.io/timeout: 5m + haproxy.router.openshift.io/set-forwarded-headers: append - role: openshift/object app: noggin