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
steep-lamp-91158
07/21/2023, 7:02 AM
probably not, why do you need that? gRPC has no samesite/cookie domain restrictions, as it is not running in the browser
l
loud-honey-70375
07/21/2023, 9:47 AM
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!