[grpc-io] Re: create channel credential from access token only (python)

2020-04-22 Thread 'Richard Belleville' via grpc.io
To expand on that, you can use either a UDS or a TCP connection over loopback for this. Take a look at the local_channel_credentials documentation for more info. It's more or less a dummy crede

[grpc-io] Re: create channel credential from access token only (python)

2020-04-22 Thread 'Srini Polavarapu' via grpc.io
I believe credentials can be added to an insecure channel only if the channel is local (e.g. UDS). See more details here: https://github.com/grpc/grpc/pull/20875 On Tuesday, April 21, 2020 at 2:35:29 PM UTC-7 davidk...@gmail.com wrote: > I am creating a channel as follows: > call_crede