From 7588e65786fdd41f2f8775744f752d0c1b650d25 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 27 Jul 2018 10:34:07 -0400 Subject: [PATCH] change openshift edge termination policy to redirect (enforce https) see: https://github.com/ansible/tower/issues/2591 related: https://docs.openshift.org/latest/architecture/networking/routes.html --- installer/roles/openshift/templates/deployment.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/roles/openshift/templates/deployment.yml.j2 b/installer/roles/openshift/templates/deployment.yml.j2 index d46044aa0b..1804633f89 100644 --- a/installer/roles/openshift/templates/deployment.yml.j2 +++ b/installer/roles/openshift/templates/deployment.yml.j2 @@ -150,7 +150,7 @@ spec: port: targetPort: http tls: - insecureEdgeTerminationPolicy: Allow + insecureEdgeTerminationPolicy: Redirect termination: edge to: kind: Service