mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-17 03:01:35 +02:00
Improve internal firewall rules on Google Cloud
* Whitelist internal traffic between controllers and workers * Switch to tag-based firewall policies rather than source IP
This commit is contained in:
@ -48,6 +48,7 @@ resource "google_compute_instance" "controllers" {
|
||||
}
|
||||
|
||||
can_ip_forward = true
|
||||
tags = ["${var.cluster_name}-controller"]
|
||||
}
|
||||
|
||||
# Controller Container Linux Config
|
||||
|
Reference in New Issue
Block a user