You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix duplicate ACME challenge paths across ingress rules (#16259)
* Fix duplicate ACME challenge paths across ingress rules
When a Service has traffic tags, the Route controller was adding ALL
ACME challenge paths to EVERY external ingress rule. This caused each
challenge path to appear multiple times, leading to routing conflicts.
For example, with tags "blue" and "green", the challenge for
blue-app.example.com would incorrectly appear in both the blue and green
ingress rules.
Solution: Create a dedicated ingress rule for each ACME challenge domain.
Each rule contains only that challenge's path, preventing duplicates while
allowing the same domain to appear in both traffic and ACME rules.
* Remove outdated linting exclusions
0 commit comments