google-nomulus/java/google/registry/proxy/terraform/modules
jianglai 0e62270f54 Set up GCLB to router web WHOIS traffic
We need to support web WHOIS on the same IP addresses that we use for port 43 whois. [] added support for HTTP(S) traffic on the proxy, which simply redirects to another website that actually hosts the web WHOIS service. This cl sets up the GCLB to route port 80 and port 443 traffic to the proxy.

We were using the TCP proxy load balancer for other protocols that we support (EPP and WHOIS), but the TCP proxy LB only exposes port 443, not port 80. For port 443, we simply follow the same pattern and add another TCP proxy LB. For port 80, we had to use the HTTP LB which exposes port 80 (on the same external IP addresses). This requires a different HTTP health check and a URL map. The added URL map is a dummy one that routes all paths to the same backend service that supports HTTP redirect.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=206409007
2018-08-10 13:44:25 -04:00
..
gke Do not explicitly depend on latest GKE version 2018-08-10 13:44:25 -04:00
common.tf Use terraform to config GCP proxy setup 2018-04-02 16:46:01 -04:00
gcs.tf Read GCP proxy EPP SSL secret from GCS 2018-04-10 16:38:31 -04:00
gke.tf Add networking settings for canary proxies 2018-04-23 14:46:56 -04:00
iam.tf Change UserPolicy to PUBLIC on WHOIS and EPP endpoints 2018-04-23 14:59:24 -04:00
input.tf Set up GCLB to router web WHOIS traffic 2018-08-10 13:44:25 -04:00
kms.tf Format terraform files 2018-04-10 16:27:23 -04:00
networking.tf Create canary records in proxy zones 2018-06-18 17:50:15 -04:00
output.tf Update domain registry proxy terraform annealing config 2018-04-23 14:48:29 -04:00