Hi
I am using gerrit k8 with istio and deployed in AWS. We need to terminate TLS at AWS Load Balancer side (much earlier than istio) so that we can attach a web application firewall.
I can TLS terminate and send the traffic to ISTIO, this is working well. But when I disable the TLS in Gerit Cluster:
ingress:
enabled: true
ssh:
enabled: true
# tls:
# enabled: true
# secret: gerrit-tls-certificate
How is that link generated? Is it possible to change the clone link in this setup? (basically, tls terminate outside ISTIO).
Thanks,
Saheer