mu-haskell icon indicating copy to clipboard operation
mu-haskell copied to clipboard

Support for authentication ? (e.g. Client certificates)

Open arianvp opened this issue 5 years ago • 1 comments

Like documented on https://grpc.io/docs/guides/auth/

arianvp avatar Aug 06 '20 15:08 arianvp

Looking at the documentation for http2-client-grpc, which is the underliying gRPC implementation we are using, you can pass TLS client parameters. Note that Haddock has screwed up and points to a different ClientParams type, the right one comes from Network.TLS.

Is this enough? We do not support per-call credentials, though.

serras avatar Sep 04 '20 08:09 serras