]> go.fuhry.dev Git - runtime.git/commit
[grpc/client] make serverId a string
authorDan Fuhry <dan@fuhry.com>
Wed, 19 Nov 2025 21:46:12 +0000 (16:46 -0500)
committerDan Fuhry <dan@fuhry.com>
Wed, 19 Nov 2025 21:46:12 +0000 (16:46 -0500)
commite3e672a590ea7aa5d108cc93e93f758ab63b0c42
tree72e9ecc34dfcaf37d655f36ef324b54d9a2e56c6
parent4fe780977e4fafc4f6fbeaf787171fe0cf999d67
[grpc/client] make serverId a string

Prevent gRPC clients from trying to load the server's identity by calling `mtls.NewRemoteServiceIdentity` (which only returns a stub identity) and changing the `NewGrpcClient` function signature to accept a string instead of an Identity.
attestation/rpc_client/main.go
automation/bryston_ctl/client/main.go
cmd/echo_client/main.go
cmd/echo_server/main.go
cmd/grpc_health_probe/main.go
ephs/client.go
grpc/internal/client/client.go