open-nomad/plugins/csi
Tim Gross 5c91bc877c
csi: set gRPC authority header for unix domain socket (#12359)
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.
2022-03-23 12:01:08 -04:00
..
fake chore: fix incorrect docstring formatting. 2021-08-30 11:08:12 +02:00
testing chore: fixup inconsistent method receiver names. (#11704) 2021-12-20 11:44:21 +01:00
client.go csi: set gRPC authority header for unix domain socket (#12359) 2022-03-23 12:01:08 -04:00
client_test.go CSI: fix timestamp from volume snapshot responses (#12352) 2022-03-23 10:39:28 -04:00
plugin.go CSI: fix timestamp from volume snapshot responses (#12352) 2022-03-23 10:39:28 -04:00