https://www.ory.sh/ logo
h

helpful-keyboard-62948

04/05/2022, 12:18 AM
Hi all, is Hydra written with the expectation that it serves all routes from root? I assumed that by setting
urls.self.public
to the sub-path (in this case
/hydra/public
) and
urls.self.issuer
to the root domain it would adjust it's routes and operate as expected, but that doesn't seem to be the case.
s

steep-lamp-91158

04/05/2022, 10:53 AM
You would typically strip the path prefix in your ingress
h

helpful-keyboard-62948

04/05/2022, 6:39 PM
Is this the expectation for all of the Ory services?
s

steep-lamp-91158

04/05/2022, 6:55 PM
Yes basically, depends on how you want to wire stuff up