👤 Owner: PS Consultant

Phase 3: Conduit YAML Configuration

Sample Conduit Configuration

account_id: <NINJA_PANEL_ID>
name: conduit_<NINJA_PANEL_ID>
customer_name: <CUSTOMER_NAME>

# Generate virtual subnet and Anycast IPs
num_anycast_ips: 2

authorized_prefixes:
  - 198.51.100.0/24
  - 203.0.113.0/24

health_checks:
  - name: <customer_name>_endpoint_1
    type: ping
    endpoint: 198.51.100.1
  - name: <customer_name>_endpoint_2
    type: ping
    endpoint: 198.51.100.2

# Optional: Enable egress to internet
allow_authorized_prefixes_egress: true