This message was deleted.
# general
m
This message was deleted.
a
I thought I saw something about this some where say it’s not but can’t find it.
r
Explain “in front”
a
Ory Network <--> Oathkeeper <--> Apps/Services
r
We are doing that
Wait
No
We do:
OK — Ory Network —> Apps/Services
If that makes sense?
a
Yeah, it does. But we have a bunch of legacy that require JWT. So figured that having Oathkeeper in the mix would solve that.
r
Ah, neat
OK made lots of things easier for us
a
But is it a good approach 🤷
r
Guess it depends on latency… so far not a problem
I think I also talk to Ory Network directly at times (for the kratos apis) but otherwise it seems to work really well
m
You do not need to put Oathkeeper in front, you can also use any other API gateway/ reverse proxy. Oathkeeper does have a few features that are useful in combination with the rest of Ory, for example transforming Ory session tokens into JWT.
r
Yeah, we use it as a gw to most of the pieces and then also to assemble various services behind a single host. api.example.org/path1 —> svc1 api.example.org/path2 —> svc2 etc. And non of my services deal with authn anymore. It’s bliss!