Hello. I'm trying to find the new Hydra 2 + Kratos...
# talk-hydra
c
Hello. I'm trying to find the new Hydra 2 + Kratos integration guide. I see the example code here: https://github.com/ory/examples/tree/master/kratos-hydra , but this looks like code for website and doesn't seem to contain the actual hydra/kratos configuration items needed. Am I looking in the right place? Is there a simple url where I can read about the integration?
a
yes, this is the correct project. and you're correct in that this is a reference implementation for running both together, using Express as the http server and Handlebars as the view templating engine. there is some configuration in the yaml files in the
contrib/hydra
dir. what configuration items were you looking for?
also, there is not yet a written tutorial / guide for this project. it's only meant to be a reference implementation for the time being. i would like to write that guide myself but i'm still lacking in my understanding of the tech and trying to figure out how to get this setup working within a Nextjs / React environment instead of Express + Handlebars.
c
Thanks, that was helpful. I think it all seems to hinge on the HYDRA_ADMIN_URL variable for kratos and the
oauth2_provider
settings?
Still trying to find a way to do this in the ory kratos helm chart. Seems the
oauth2_provider
settings are not exposed 😞
a
this is from `contrib/hydra/kratos/kratos.yml`:
Copy code
oauth2_provider:
  url: <http://hydra:4445>