5 Commits

Author SHA1 Message Date
41676e61b1 Fix goroutine leaks (#4214) 2021-04-19 09:49:37 -07:00
aeb04798c5 credentials: fix PerRPCCredentials w/RequireTransportSecurity and security levels (#3995) 2020-11-09 15:33:53 -08:00
d7a7a304ff testing: Avoid using context.Background (#3949) 2020-11-05 09:25:17 -08:00
a085b3e7f6 credentials/local: fix incorrect binding of listener port (#3656) 2020-06-01 14:55:19 -07:00
9eb3e7ddf3 credentials: local creds implementation (#3517)
Local credentials should be used in either a UDS and local TCP connection. The former will be associated with the security level PrigvacyAndIntegrity while the latter is associated with NoSecurity. Local credentials should be used instead of WithInsecure for localhost connections.
2020-05-20 15:43:38 -07:00