https://rancher.com/ logo
Title
m

mysterious-waiter-24480

08/03/2022, 2:27 PM
Hello experts, we are running Bamboo Application in Rancher Kubernetes cluster. The ingress servers are behind the F5 LB. We are using F5 LB to offload SSL. The communication between F5 and Ingress is on port 80. curl -vvv https://app.bamboo.mycomp.com/rest/remote-event-consumer/1/capabilities The above url is responding with the body referring the other url with "http://app.bamboo.mycomp.com/remote-event-consumer/latest/events/stash-pullrequest-rescoped-remote-event" - means with http There is a parameter in Bamboo to configure base url, we configured that as well as https://app.bamboo.mycomp.com We tried these settings as well.
<http://nginx.org/redirect-to-https|nginx.org/redirect-to-https>: "true"
<http://nginx.ingress.kubernetes.io/ssl-redirect|nginx.ingress.kubernetes.io/ssl-redirect>: "true"
Still not working. Ingress controller details: image: private.artifactory.mycomp.com/rancher/nginx-ingress-controller:nginx-0.49.3-rancher1 imagePullPolicy: IfNotPresent image: private.artifactory.mycomp.com/rancher/nginx-ingress-controller:nginx-0.49.3-rancher1 imageID: docker-pullable://private.artifactory.mycomp.com/rancher/nginx-ingress-controller@sha256:1617a3df09627d8b3b9b9d54c4791637dbbc6c75ec213f9d2ec886d82b03b48c (edited) Is there any setting we need to do in the ingress to update all the content in the body reffering http://app.bamboo.mycomp.com to https://app.bamboo.mycomp.com (edited)