-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kratos Hydra example is missing a docker compose file #76
Comments
I too had problems finding the mentioned compose file, there is one at https://github.com/ory/examples/blob/master/kratos-hydra/contrib/hydra/docker-compose.yml which seems like it could be the one referred to, but is not very clear if this is an older leftover from earlier work or up to date with how things are now. The README.md next to the compose file does state:
It is not clear to me what specifically is to be "implemented directly" in kratos or if this is some leftover comment from before ory/kratos#2804 was merged. The warning seems to stem from at least ory/kratos-selfservice-ui-node#50. The current https://github.com/ory/examples/blob/master/kratos-hydra/contrib/hydra/kratos/kratos.yml file does use Perhaps @aeneasr (the commiter of ory/kratos#2804) can shed some light on the current state of things? |
Something I did notice which does not seem to be present in this example is that to get things to work when configuring
This was because the external service would respond to the requests with a Just mentioning it if someone else runs across the same thing I did. |
I noticed now that #73 cleaned up a bunch of stuff regarding the kratos-hydra example (thanks @Jorgagu!), including the warning message in README.md, as well as placing the compose file in the expected position. Further I noticed it worked without having to set the But given the recent cleanup this should also mean this issue is also solved since the docker-compose file is now at the expected location. |
Hey @eest Right, |
Preflight checklist
Describe the bug
Trying to set up the Kratos Hydra example but the readme says to use
docker-compose
and there is nodocker-compose.yaml
present in the directory.Reproducing the bug
Steps to reproduce the behaviour:
cd kratos-hydra
docker-compose up
Relevant log output
Relevant configuration
No response
Version
main branch
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker Compose
Additional Context
Readme content:
The text was updated successfully, but these errors were encountered: