Does Keto work with a gRPC client through the Ory ...
# ory-network
l
Does Keto work with a gRPC client through the Ory tunnel? I'm running the tunnel with the dev flag on and am getting the following error:
{"code":14,"details":"Name resolution failed for target dns:<http://localhost:4000>","metadata":{}}
. The Kratos API seems to work fine
s
probably not, why do you need that? gRPC has no samesite/cookie domain restrictions, as it is not running in the browser
l
Ah I've just been using a single env var for the 'ory api' and I assumed that the there would be similar browser restrictions and Ory tunnel would somehow also work with gRPC (it's my first time working with gRPC and the Ory tunnel 😅). I'll just break it up into a separate env var. Thanks!