Hi, I'm having trouble integrating Kratos and Hydr...
# talk-kratos
w
Hi, I'm having trouble integrating Kratos and Hydra when using Docker. When I set my client public host to
hydra:4444
(as container name), requests from Kratos to Hydra are successful, but redirections are not (since the browser doesn't recognize
<http://hydra:4444/>...
On the other hand, when I set the public host to
localhost:4444
, redirects are fine but direct requests from Kratos to Hydra are obviously failing with "connection refused" user-facing self-service error. In both cases, the login & consent flow is interrupted. How should I configure docker-compose, kratos and hydra so it would work? I've looked at some references from the past, but for some reason I can't find one with an up to date Kratos configurations file. At least, none of the examples for the integration contains a methods.oidc part in the YML file.