]> 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)
commit525a9b921854c687f453f3febd675242636c6ea6
tree594138301c162b7e1cd01099b232e3d6974e2d5e
parent020d9e6d71477f864f3c3456eb39288fca98216c
[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