Re: [grpc-io] Re: ALTS outside of GCP

2018-10-16 Thread jiangtao via grpc.io
Sorry, we do not have plan to support ALTS outside GCP. On Tuesday, October 16, 2018 at 5:52:21 AM UTC-7, aaj...@gmail.com wrote: > > I would be interested in ALTS outside of GCP. Are there any plans to make > a public version of the other components/services required to run ALTS in a > private

[grpc-io] Re: Load Balance secure connection

2018-10-16 Thread 'Carl Mastrangelo' via grpc.io
There are a few options. The key words to look for are "L7" loadbalancing and "L4" loadbalancing. For L7, your entry point to the load balancer, typically some kind of reverse proxy, decodes the TLS and then forwards the traffic to the correct backend. Your client sends traffic to the proxy

[grpc-io] Re: How to change DSCP value of gRPC packets

2018-10-16 Thread 'Srini Polavarapu' via grpc.io
Hi, There is no API in gRPC Python to set DSCP value. Please open an issue to track this although this would be low priority for us. Thanks. On Monday, October 15, 2018 at 1:52:25 PM UTC-7, sara...@arista.com wrote: > > Hello, > > I am writing a Python

[grpc-io] Re: Python channel option documentation. (or at least example)

2018-10-16 Thread 'Srini Polavarapu' via grpc.io
Hi, Thanks for bringing this up. This is definitely an area where we need improvement. Our first order of priority is to update the reference guide with latest release and clean up beta APIs. We need to fix some broken scripts on our end. This is the tracking issu

[grpc-io] Load Balance secure connection

2018-10-16 Thread mauricio . ramirez
We're setting up a mobile application (objective-c) that communicates back to the server (go) using gRPC. We intend to place those servers behind a Netscaler load balancer. We now have a requirement to encrypt the messages going through. How would we configure the client/server/load balancer

Re: [grpc-io] Re: ALTS outside of GCP

2018-10-16 Thread aajtodd
I would be interested in ALTS outside of GCP. Are there any plans to make a public version of the other components/services required to run ALTS in a private network? On Tuesday, May 29, 2018 at 6:53:10 PM UTC-4, Ruslan Nigmatullin wrote: > > Hi Jiangtao, > > Sorry for the delay, we're ready to