cloudfoundry / gorouter

CF Router
Apache License 2.0
441 stars 224 forks source link

Add test to validate cert name selection logic #408

Closed geofffranks closed 5 months ago

geofffranks commented 5 months ago

Summary

Adds a test to ensure we don't break the certificate selection logic that broke when we removed the BuildNameToCertificate() call in v0.293.0 and v0.294.0.

Backward Compatibility

Breaking Change? No

geofffranks commented 5 months ago

@maxmoehl when you get a chance can you review this + validate it catches the case we regressed on?