-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
proposalAn issue that proposes a feature requestAn issue that proposes a feature requeststalePull requests/issues with no activityPull requests/issues with no activity
Description
Describe the bug
When adding the proxy-hide-headers key to the ingress controller configmap, the proxy_hide_header statement is added to the config files generated by all the Ingresses but not to the config files generated by VirtualServers
To Reproduce
- Add
proxy-hide-headers: exampleto thenginx-configconfigmap - Create bunch of Ingresses and VSs
- Open a shell on one of the nginx pods and
grep -R proxy_hide_header /etc/nginx/ - Check if the directive is found in any of the
vs_*
Expected behavior
I would expect the directive to be added to all the config including the VSs
Your environment
- Version of the Ingress Controller : nginx/nginx-ingress:1.7.2
- Version of Kubernetes: 1.15
- Kubernetes platform: Openstack magnum
- Using NGINX
Metadata
Metadata
Assignees
Labels
proposalAn issue that proposes a feature requestAn issue that proposes a feature requeststalePull requests/issues with no activityPull requests/issues with no activity