support for Quantum Safe TLS within ingress-nginx controller #12746
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
current (latest) version of nginx ingress controller, does NOT support new quantum-resistant X25519Kyber768 encapsulation mechanism. More details (it was released back in April 2024) can be found on following websites:
It is required for the future, because at certain moment these "mitigation steps" explained in the websites above (how to disable this new mechanism on the client machine) won't be possible anymore, and it will be enforced, therefore all users will see all the time "fake certificate" response from website exposed behind ssl-enabled nginx ingress controller (even though SSL certificate is fine). It is happening on the websites exposed (via ingress nginx) using:
Network Load Balancer (eg. AWS NLB)
ingress controller with ssl-passthrough flag enabled
--enable-ssl-passthrough
and ingress annotations:
So please implement proper measures into nginx ingress controller to handle this new mechanism correctly, so that it doesn't give users this confusing error message (insecure website, kubernetes fake certificate).
Thank you.
no noThe text was updated successfully, but these errors were encountered: