Skip to content
Discussion options

You must be logged in to vote

Hi @Lur1an,

This is not a bug but a configuration issue. By default, our module sets restrict_outbound_traffic = true which restricts outbound traffic to only essential ports (DNS, HTTP, HTTPS, and ICMP). This security-first approach can interfere with Cilium connectivity tests that need to reach external endpoints.

Solution

You have two options:

Option 1: Disable outbound traffic restrictions (easier)

Add this to your configuration:

restrict_outbound_traffic = false

Option 2: Keep restrictions but add specific rules

If you want to keep the security restrictions but allow specific tests, you can add custom firewall rules:

extra_firewall_rules = [
  {
    description     = "Allow all outbo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Lur1an
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1803 on July 28, 2025 01:30.