Re: [grpc-io] Re: Proxyless gRPC services in Istio mesh

2023-05-24 Thread 'sanjay...@google.com' via grpc.io
On Wednesday, May 24, 2023 at 8:41:20 AM UTC-7 Wesley Hartford wrote: Thanks for getting back to me, Sanjay. As far as I can tell, my client and server are both using the appropriate Xds credentials: The client code is at

[grpc-io] gRFC A65: mTLS Credentials in xDS Bootstrap File

2023-05-24 Thread 'Mark D. Roth' via grpc.io
I've written a gRFC for adding support to configure mTLS to talk to xDS servers: https://github.com/grpc/proposal/pull/372 Feedback welcome. -- Mark D. Roth Software Engineer Google, Inc. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To

Re: [grpc-io] Re: Proxyless gRPC services in Istio mesh

2023-05-24 Thread Wesley Hartford
Thanks for getting back to me, Sanjay. As far as I can tell, my client and server are both using the appropriate Xds credentials: The client code is at

[grpc-io] Re: Proxyless gRPC services in Istio mesh

2023-05-24 Thread 'sanjay...@google.com' via grpc.io
On Wednesday, May 17, 2023 at 11:07:43 AM UTC-7 Wesley Hartford wrote: ... What doesn't seem right: - A server interceptor reports that ServerCall.getSecurityLevel() returns NONE, Seems right when you are using InsecureChannelCredentials i.e. plaintext. - When I configure