diff options
| author | Jeff Cantrill <jcantrill@users.noreply.github.com> | 2017-02-23 14:33:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-23 14:33:53 -0500 |
| commit | dab7c7d035d0a934d9d7f809ddcbfb34913042a4 (patch) | |
| tree | c475404220d937ff4f4395233697c82f0af3e4dc /roles/openshift_logging/templates | |
| parent | bb7985f751eab9c9e987e85f00a1918f0f9594c8 (diff) | |
| parent | 9e76a034e60ad6cbe8c1a4bb4b2175a596856b8f (diff) | |
| download | openshift-dab7c7d035d0a934d9d7f809ddcbfb34913042a4.tar.gz openshift-dab7c7d035d0a934d9d7f809ddcbfb34913042a4.tar.bz2 openshift-dab7c7d035d0a934d9d7f809ddcbfb34913042a4.tar.xz openshift-dab7c7d035d0a934d9d7f809ddcbfb34913042a4.zip | |
Merge pull request #3470 from wshearn/logging_insecureedgeterminationpolicy
Add insecure edge termination policy for kibana.
Diffstat (limited to 'roles/openshift_logging/templates')
| -rw-r--r-- | roles/openshift_logging/templates/route_reencrypt.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_logging/templates/route_reencrypt.j2 b/roles/openshift_logging/templates/route_reencrypt.j2 index 341ffdd84..cf8a9e65f 100644 --- a/roles/openshift_logging/templates/route_reencrypt.j2 +++ b/roles/openshift_logging/templates/route_reencrypt.j2 @@ -28,6 +28,9 @@ spec: {{ line }} {% endfor %} termination: reencrypt +{% if edge_term_policy is defined and edge_term_policy | length > 0 %} + insecureEdgeTerminationPolicy: {{ edge_term_policy }} +{% endif %} to: kind: Service name: {{ service_name }} |
