Hi,

I have written Unary and Stream server side interceptors to handle client 
requests. Our use case (at the server) is to authorise the client by 
looking at the Subject Alternate Name  (Domain Name) as part of the x509 
cert presented to the server by matching it against an accepted list. The 
problem is, this validation is happening on every client<->server 
interaction over a particular gRPC session. We want this to limit it only 
once per session during initial handshake?

Is it possible to tune the interceptors to do this on only on initial 
session handshake?

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/7ac235e8-d769-4793-8c43-ac01bc84eab7n%40googlegroups.com.

Reply via email to