Marco Ferrari

Results 147 comments of Marco Ferrari

Hi @jhonkan ! If the linter supports configuring the output format using its configuration file, that would be trivial to do, once we expose output files.

Maybe updating dhcpcd to a version >= 9.2.0 could also help. There are a few interesting notes [in the changelog of that version](https://roy.marples.name/archives/dhcpcd-discuss/0003189.html) that seem related... The latest dhcpcd version...

It seems that the release notes for the [latest Raspberry Pi OS version](https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit) (based on Bookworm), contain this line: ``` * NetworkManager used instead of dhcpcd as networking interface; various...

> 1.66 added stateful filtering for packets going via the `tailscale0` interface, see https://tailscale.com/changelog#2024-05-08. But that should not affect packets from docker containers to the Internet. > > Another notable...

From the https://tailscale.com/security-bulletins#ts-2024-005 page: > The attack only works on a LAN because: > * it relies on next-hop routing, which only works in a LAN > * **destination IPs...

I think the issue might be about how [Autopilot modules set network tags for firewall rules](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/v25.0.0/modules/beta-autopilot-private-cluster/main.tf#L114): ```hcl target_tags = [local.cluster_network_tag] ``` The `cluster_network_tag` variable is [defined](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/v25.0.0/modules/beta-autopilot-private-cluster/main.tf#L114) as: ```hcl cluster_network_tag =...