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

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

Open
arianvp opened this issue Aug 6, 2020 · 1 comment
Open

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

arianvp opened this issue Aug 6, 2020 · 1 comment
Labels
enhancement New feature or request hacktoberfest

Comments

@arianvp
Copy link

arianvp commented Aug 6, 2020

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

@kutyel kutyel added the enhancement New feature or request label Aug 7, 2020
@serras
Copy link
Collaborator

serras commented Sep 4, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants