I got a site up and running using INGRESS and ingress-nginx but using that method I couldn't get the real source address to appear in Gerrits sshd_log though it was showing in the httpd_log.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/ae4f82df-2e6f-40c8-bdfd-4e3eb50470c7n%40googlegroups.com.
I got a site up and running using INGRESS and ingress-nginx but using that method I couldn't get the real source address to appear in Gerrits sshd_log though it was showing in the httpd_log.That is indeed not possible. The same holds true for Istio unfortunately. Using TCP this would only work using the PROXY protocol which is as of yet unsupported by Gerrit.
--HTH,Thomas
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/ae4f82df-2e6f-40c8-bdfd-4e3eb50470c7n%40googlegroups.com.
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/e1358a01-baf1-41e7-9590-ad0f5a529297n%40googlegroups.com.
The HTTS port in the Gateway, i.e. the port Istio will listen to for ingress requests, is currently hard-coded to 443. This would have to be made configurable to support port 8443, or you would have to install network related resources yourself (using ingress.type=NONE in the Gerrit Operator).