Home > Mobile >  GCP support proxy protocol V2
GCP support proxy protocol V2

Time:10-11

We need to use the proxy protocol V2 on GCP and we were not able to find the way to do it. Any idea if its supported? if yes, how we can do it?

Something similar to this configuration on AWS https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol

CodePudding user response:

Google Cloud TCP Proxy Load Balancers support Proxy Protocol Version 1.

Version 2 is not supported at this time.

Refer to the documentation for supported versions in this command:

gcloud compute target-tcp-proxies create

Also documented in the REST API:

Method: targetTcpProxies.setProxyHeader

  • Related