Add SNI for JWT policy #7427
Labels
area/security
Issues related to security capabilities or concerns
proposal
An issue that proposes a feature request
ready for refinement
An issue that was triaged and it is ready to be refined
Is your feature request related to a problem? Please describe.
Network rules often rely on SNI to work, and we noticed that Nginx is not always sending the server name.
Describe the solution you'd like
One example is here: https://github.com/nginx/kubernetes-ingress/blob/main/internal/configs/version2/nginx-plus.virtualserver.tmpl#L230
It would be nice if all proxy_pass / external subrequests set SNI, like it is done here:
proxy_ssl_server_name on; # For SNI to the IdP
Describe alternatives you've considered
None. Workaround is to use IP-addresses in firewalls etc.
Additional context
None.
The text was updated successfully, but these errors were encountered: