-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure the front-end server to exclusively use HTTP/2 to communicate to back-end systems #4602
Comments
Hi @vadlakiran thanks for reporting! Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂 Cheers! |
Thanks for the issue @vadlakiran That said, any additional information that you could provide would be useful. |
@brianehlert yes we are using this project only nginxinc , we have deployed as daemonset as nginx-ingress and vs.
|
Hi @vadlakiran Let me see if I understand the issue correctly.
Is what I said correct? |
@shaun-nx 1and 2nd points correct , to avoid 2nf point I want to enable HTTP2 . |
Ah I see! @vadlakiran Here is an example ConfigMap: kind: ConfigMap
apiVersion: v1
metadata:
name: nginx-config
namespace: nginx-ingress
data:
http2: "True" |
Hi @vadlakiran just checking in. Did the |
Hi @vadlakiran we'd love to hear back to know if the provided |
Closing this issue due to 3 months of inactivity, but please feel free to open another it if you have further updates. |
we have WebInspect has detected the application to be vulnerable to an HTTP Request Smuggling attack
how to do below fix, i did not get the HTTP/2 fix
Configure the front-end server to exclusively use HTTP/2 to communicate to back-end systems.
Disable back-end connection reuse
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Your environment
Version of the Ingress Controller - release version or a specific commit: v1.10.1
Version of Kubernetes : v1.21.5
Kubernetes platform (e.g. Mini-kube or GCP): on premesise k8s cluster
Using NGINX or NGINX Plus: NGINX as daemonset
Additional context
Add any other context about the problem here. Any log files you want to share.
The text was updated successfully, but these errors were encountered: