teleport/lib/kube/grpc
rosstimothy de1b2177cf
Drop custom gRPC chain functions (#30672)
Modifies `auth.Middleware` to return a slice of interceptors
and uses `grpc.ChainUnaryInterceptor` and `grpc.ChainStreamInterceptor`
instead of our custom `utils.ChainUnaryServerInterceptors` and
`utils.ChainStreamServerInterceptors` equivalents.

Co-authored-by: Alan Parra <alan.parra@goteleport.com>
2023-08-18 15:37:31 +00:00
..
grpc.go Add Unified Resource watcher (#28296) 2023-08-14 21:13:46 +00:00
grpc_test.go Drop custom gRPC chain functions (#30672) 2023-08-18 15:37:31 +00:00
utils.go