Skip to content
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

CSI: set gRPC authority header for unix domain socket #12359

Merged
merged 1 commit into from
Mar 23, 2022

Commits on Mar 23, 2022

  1. csi: set gRPC authority header for unix domain socket

    The go-grpc library used by most CSI plugins doesn't require the
    authority header to be set, which violates the HTTP2 spec but doesn't
    impact Nomad because both sides of the connection are using the same
    library. But plugins written in other languages (`democratic-csi` for
    example) may have more strictly conforming gRPC server libraries and
    we need to set the authority header manually.
    tgross committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0fe621d View commit details
    Browse the repository at this point in the history