--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/5f7436b0-9c6a-4529-bc11-92ca65d85e20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Consider a simple RPC setup protected with http/2, such as https://github.com/jayeye/grpc/tree/ji/secure-hello/examples/python/helloworldThe server will know that the client was properly authenticated, but if it wants to know which of its zillion clients it was, how does it access the contents of the cert that was used by the client? I would have assumed context.auth_context() would be the answer, but there is no such method for context.