grpc-go/balancer
Menghan Li 4dedfdc82c
credentials: support google default creds (#2315)
Google default creds is a combo of ALTS, TLS and OAuth2. The right set of creds will be picked to use based on environment.

This PR contains:
 - A new `creds.Bundle` type
   - changes to use it in ClientConn and transport
   - dial option to set the bundle for a ClientConn
   - balancer options and NewSubConnOption to set it for SubConn
 - Google default creds implementation by @cesarghali 
 - grpclb changes to use different creds mode for different servers
 - interop client changes for google default creds testing
2018-09-25 13:17:25 -07:00
..
base Remove redundant return statements (gosimple) 2018-04-15 12:43:34 +02:00
grpclb credentials: support google default creds (#2315) 2018-09-25 13:17:25 -07:00
roundrobin internal: move leakcheck to internal/ (#2129) 2018-06-07 16:57:56 -07:00
balancer.go credentials: support google default creds (#2315) 2018-09-25 13:17:25 -07:00