wide-fall-30464
12/19/2022, 7:28 AM<http://example-idp.localhost/login>
is trying to connect to <http://localhost:4445/admin/oauth2/auth/requests/login>
instead of <http://hydra-example-admin:4445/admin/oauth2/auth/requests/login>
Please provide input if anyone of you encountered similar issuemagnificent-energy-493
wide-fall-30464
12/22/2022, 11:22 AMwide-fall-30464
12/22/2022, 11:35 AM<http://xyz.com|xyz.com>
helm install \
--set 'hydra.config.secrets.system={$(LC_ALL=C tr -dc 'A-Za-z0-9' < /dev/urandom | base64 | head -c 32)}' \
--set 'hydra.config.dsn=memory' \
--set 'hydra.config.urls.self.issuer=<http://public.hydra.localhost/>' \
--set 'hydra.config.urls.login=<http://example-idp.localhost/login>' \
--set 'hydra.config.urls.consent=<http://example-idp.localhost/consent>' \
--set 'hydra.config.urls.logout=<http://example-idp.localhost/logout>' \
--set 'ingress.public.enabled=true' \
--set 'ingress.admin.enabled=true' \
--set 'hydra.dangerousForceHttp=true' \
--set 'hydra.dev=true' \
hydra-example \
ory/hydra
helm install \
--set 'hydraAdminUrl=<http://hydra-example-admin:4445/>' \
--set 'hydraPublicUrl=<http://public.hydra.localhost/>' \
--set 'ingress.enabled=true' \
hydra-example-idp \
ory/example-idp
wide-fall-30464
12/22/2022, 11:37 AM"openid-connect":{
"client_id":"79d337dd-7164-4851-b36e-b6d41166b60e",
"client_secret":"secret",
"discovery":"<http://public.hydra.localhost/.well-known/openid-configuration>",
"scope":"openid",
"bearer_only":false,
"redirect_uri":"<http://127.0.0.1:4446/callback>"
}
magnificent-energy-493
Also, the steps doesn’t work as per the documentation.Which steps are you referring to here and which documentation? There are some examples how to use the k8s further down in the doc https://www.ory.sh/docs/hydra/self-hosted/kubernetes-helm-chart#examples Also see the community examples: https://github.com/ory/examples
wide-fall-30464
12/23/2022, 5:59 AM