ingress-controller icon indicating copy to clipboard operation
ingress-controller copied to clipboard

[low] check TLS cert secret actually matches the host

Open wasaga opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

apparently cert-manager would not complain if you specify an ingress and define host that does not match the contents of the referenced secret.

pomerium would then bind this route to the first cert it has in the chain.

Describe the solution you'd like

we probably should perform this check and consider it an invalid configuration.

wasaga avatar Oct 05 '21 20:10 wasaga