You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
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.
Like documented on https://grpc.io/docs/guides/auth/
The text was updated successfully, but these errors were encountered: