cert not configured in haproxy with a ingress tls config

Bug #1710778 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R4.0
Fix Committed
High
Yuvaraja Mariappan
Trunk
Fix Committed
High
Yuvaraja Mariappan

Bug Description

R4.0.1.0 Build 19

 am running 4.0.1.0 CB build 19 on my setup

Below ingress config was applied (nodec1)
The haproxy file generated did not have any ssl cert info.

root@nodec1:~# cat yamls/ing-tls.yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: test
spec:
  tls:
  - secretName: foo-secret
  rules:
  - http:
      paths:
      - path: /index.html
        backend:
          serviceName: service1
          servicePort: 80
      - path: /index.htm
        backend:
          serviceName: service1
          servicePort: 80

Changed in juniperopenstack:
assignee: Yuvaraja K (yuvaraja) → Yuvaraja Mariappan (ymariappan)
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.0

Review in progress for https://review.opencontrail.org/34586
Submitter: Yuvaraja Mariappan

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/34587
Submitter: Yuvaraja Mariappan

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/34587
Committed: http://github.com/Juniper/contrail-controller/commit/f337475d6b52c7b2d04927381595cf702a723cca
Submitter: Zuul (<email address hidden>)
Branch: master

commit f337475d6b52c7b2d04927381595cf702a723cca
Author: Yuvaraja Mariappan <email address hidden>
Date: Tue Aug 15 08:49:00 2017 -0700

Fixed tls issue in k8s ingress

tls is not taken when ingress rules has paths only
which caused the issue which is taken care.

Change-Id: I84642f032e0897f70cadccf910626cf8eb5c04fe
Closes-bug: #1710778

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/34586
Committed: http://github.com/Juniper/contrail-controller/commit/1562347804e30d31985f958f9e59f49e7808b7fb
Submitter: Zuul (<email address hidden>)
Branch: R4.0

commit 1562347804e30d31985f958f9e59f49e7808b7fb
Author: Yuvaraja Mariappan <email address hidden>
Date: Tue Aug 15 08:49:00 2017 -0700

Fixed tls issue in k8s ingress

tls is not taken when ingress rules has paths only
which caused the issue which is taken care.

Change-Id: I84642f032e0897f70cadccf910626cf8eb5c04fe
Closes-bug: #1710778

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.