I’m not seeing an actual client, so it’s either me...
# talk-keto
p
I’m not seeing an actual client, so it’s either meant to be generated from the protobufs on our end or..? Can use generic grpc client probably, but still need to know how to authenticate with an API key
the grpc js package is a bit nasty, you can probably import it directly when you are not using local npm package paths...
and ideally we would move to
@grpc/grpc-js
but that has some caveats as well
you can try to make it work for you if you want
p
what’s the version I should use
latest
0.11.1-alpha.0'
?
s
yes
p
and how do we authenticate against ory network API endpoint
s
set the
authorization: bearer ory_pat_......
header
p
what port is the keto GRPC server running in ory network?
s
should be 443
p
is there a place in the docs I can help write this up
happy to say it works
s
I am not sure what the best place is, but maybe you can just shoot a PR with where you would expect this to be?