From c779cbc6d77238c9c1e36a6fc97da4d04a494897 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 Jul 2022 09:49:21 -0700 Subject: [PATCH] oraculum: set all routes to append Signed-off-by: Kevin Fenzi --- playbooks/openshift-apps/oraculum.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/openshift-apps/oraculum.yml b/playbooks/openshift-apps/oraculum.yml index 58caba83ef..85897697fe 100644 --- a/playbooks/openshift-apps/oraculum.yml +++ b/playbooks/openshift-apps/oraculum.yml @@ -87,6 +87,8 @@ path: "/api" serviceport: 8080-tcp servicename: oraculum-api-endpoint + annotations: + haproxy.router.openshift.io/set-forwarded-headers: append - role: openshift/route app: oraculum @@ -107,6 +109,7 @@ servicename: oraculum-flower annotations: haproxy.router.openshift.io/rewrite-target: / + haproxy.router.openshift.io/set-forwarded-headers: append - role: openshift/route app: oraculum @@ -114,6 +117,8 @@ host: "packager-dashboard{{ env_suffix }}.fedoraproject.org" serviceport: 8080-tcp servicename: oraculum-frontend + annotations: + haproxy.router.openshift.io/set-forwarded-headers: append - role: openshift/route app: oraculum @@ -121,6 +126,8 @@ host: "qa{{ env_suffix }}.fedoraproject.org" serviceport: 8080-tcp servicename: qa-landing + annotations: + haproxy.router.openshift.io/set-forwarded-headers: append - role: openshift/start-build app: oraculum