👋🏻 hey friends, working here on the internal dis...
# spicedb
v
👋🏻 hey friends, working here on the internal dispatch in our deployment. I managed to go past the
403
. from kuberesolver, but getting
Copy code
Error: rpc error: code = Unavailable desc = last connection error: failed to receive server preface within timeout
Im going to do some further investigation, but something that stood out to me is that the log messages are sending mixed signal around the gRPC status code. Was suprised to find
ok
, and it turns out that the
started call
has a
grpc.code
tag, when it shouldn't (because the call is just starting!).
Copy code
4:55PM INF started call grpc.code=OK grpc.component=server
Would it make sense to drop the
grpc.code
. from that message, to help us filter by actual status code when the response returns?