-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.15
-
None
-
No
-
False
-
-
NA
-
Release Note Not Required
-
In Progress
Description of problem:
Currently, vmware-vsphere-csi-driver-webhook exposes HTTP/2 endpoints: $ oc -n openshift-cluster-csi-drivers exec deployment/vmware-vsphere-csi-driver-webhook -- curl -kv https://localhost:8443/readyz ... * ALPN, server accepted to use h2 > GET /readyz HTTP/2 < HTTP/2 404 To err on the side of caution, we should discontinue the handling of HTTP/2 requests.
Version-Release number of selected component (if applicable):
4.15
How reproducible:
Always
Steps to Reproduce:
1. oc -n openshift-cluster-csi-drivers exec deployment/vmware-vsphere-csi-driver-webhook -- curl -kv https://localhost:8443/readyz 2. 3.
Actual results:
HTTP/2 requests are accepted
Expected results:
HTTP/2 requests shouldn't be accepted by wehook
Additional info:
- blocks
-
OCPBUGS-22430 4.14: vmware-vsphere-csi-driver-webhook handles HTTP/2 requests
- Closed
- is cloned by
-
OCPBUGS-22430 4.14: vmware-vsphere-csi-driver-webhook handles HTTP/2 requests
- Closed
- links to
-
RHEA-2023:7198 rpm