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

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

    XMLWordPrintable

Details

    • No
    • False
    • Hide

      None

      Show
      None
    • NA
    • Release Note Not Required
    • In Progress

    Description

      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:

       

      Attachments

        Issue Links

          Activity

            People

              fbertina@redhat.com Fabio Bertinatto
              fbertina@redhat.com Fabio Bertinatto
              Wei Duan Wei Duan
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: