Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-22430

4.14: vmware-vsphere-csi-driver-webhook handles HTTP/2 requests

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None

      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:

       

            fbertina@redhat.com Fabio Bertinatto
            openshift-crt-jira-prow OpenShift Prow Bot
            Wei Duan Wei Duan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: