Currently some of the firewall rules for the proxy example are too permissive - [ ] [client to broker](https://github.com/redpanda-data/terraform-gcp-redpanda-cluster/blob/2f58f27316a4d783c7910809fdc068c69670941e/examples/proxy/main.tf#L70) - [ ] [internet to monitor](https://github.com/redpanda-data/terraform-gcp-redpanda-cluster/blob/2f58f27316a4d783c7910809fdc068c69670941e/examples/proxy/main.tf#L108) - [ ] [monitor to internet](https://github.com/redpanda-data/terraform-gcp-redpanda-cluster/blob/2f58f27316a4d783c7910809fdc068c69670941e/examples/proxy/main.tf#L119) - [ ] [monitor to broker](https://github.com/redpanda-data/terraform-gcp-redpanda-cluster/blob/2f58f27316a4d783c7910809fdc068c69670941e/examples/proxy/main.tf#L131) - [ ] [broker to broker](https://github.com/redpanda-data/terraform-gcp-redpanda-cluster/blob/2f58f27316a4d783c7910809fdc068c69670941e/examples/proxy/main.tf#L44) Others are probably too strict - [ ] [internet to client](https://github.com/redpanda-data/terraform-gcp-redpanda-cluster/blob/2f58f27316a4d783c7910809fdc068c69670941e/examples/proxy/main.tf#L96) Fixing these would provide a more true to life proxy configuration
Currently some of the firewall rules for the proxy example are too permissive
Others are probably too strict
Fixing these would provide a more true to life proxy configuration