AntiPattern
Dynamic Config Misapplied
dynamic-config-misapplied
Egress/port configuration is treated as fixed (allowing only known IPs or hard-coding ports) while platforms default to wildcard IPs or dynamic ports, causing requests to fail or listeners to mismatch. Correctly discover, enumerate, or omit dynamic values.