How can add the below ssl-redirect configuration in istio ingress gateway?
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernertes.io/force-ssl-redirect: "false"
Are there any annotations in istio gateway or any other configuration to be done on the envoy filter to make the ssl-redirect false?
One of the option in istio is to specify "httpsRedirect" attribute to false in gateway definition which will stop the redirection.
Below is the sample definition. More details are in istio documentation