pulumi/sdk/go/common/util/rpcutil
Abhinav Gupta 69762acedf
grpc: WithInsecure is deprecated
grpc.WithInsecure is deprecated [1].
Instead, we're expected to use:

    grpc.WithTransportCredentials(insecure.NewCredentials())

This updates all instances across pkg/, sdk/ and tests/.

  [1]: https://pkg.go.dev/google.golang.org/grpc#WithInsecure

In service to #11808
2023-01-11 12:15:40 -08:00
..
rpcerror ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
health.go grpc: WithInsecure is deprecated 2023-01-11 12:15:40 -08:00
interceptor.go Introduce PULUMI_DEBUG_GRPC support 2022-11-08 14:01:15 -05:00
pty.go Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
pty_windows.go Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
serve.go Introduce PULUMI_DEBUG_GRPC support 2022-11-08 14:01:15 -05:00
writer.go Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
writer_test.go all: Drop ioutil 2023-01-06 16:35:14 -08:00