ingress-controller
ingress-controller copied to clipboard
[low] check TLS cert secret actually matches the host
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.