-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.15
-
None
-
No
-
False
-
This is a clone of issue OCPBUGS-22385. The following is the description of the original issue:
—
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:
- clones
-
OCPBUGS-22385 vmware-vsphere-csi-driver-webhook handles HTTP/2 requests
- Closed
- is blocked by
-
OCPBUGS-22385 vmware-vsphere-csi-driver-webhook handles HTTP/2 requests
- Closed
- links to
-
RHBA-2023:7599 OpenShift Container Platform 4.14.z bug fix update