Skip to content
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

Failing health checks #100

Open
natalian98 opened this issue Mar 12, 2024 · 0 comments
Open

Failing health checks #100

natalian98 opened this issue Mar 12, 2024 · 0 comments

Comments

@natalian98
Copy link
Contributor

Login ui fails to get hydra and kratos health status:

2024-03-12T09:49:42.328Z [login-ui] {"severity":"error","@timestamp":"2024-03-12T09:49:42.327643466Z","message":"Get \"http://10.64.140.43/test-kratos/health/ready\": dial tcp 10.64.140.43:80: connect: connection refused"}
2024-03-12T09:50:12.328Z [login-ui] {"severity":"error","@timestamp":"2024-03-12T09:50:12.328452568Z","message":"Get \"http://10.64.140.44/test-hydra/health/ready\": dial tcp 10.64.140.44:80: i/o timeout"}
2024-03-12T09:50:22.331Z [login-ui] {"severity":"error","@timestamp":"2024-03-12T09:50:22.322425713Z","message":"Get \"http://10.64.140.43/test-kratos/health/ready\": dial tcp 10.64.140.43:80: i/o timeout"}

However, both urls are reachable from the container:

root@identity-platform-login-ui-operator-0:/var/lib/juju# curl http://10.64.140.44/test-hydra/health/ready
{"status":"ok"}

root@identity-platform-login-ui-operator-0:/var/lib/juju# curl http://10.64.140.43/test-kratos/health/ready
<a href="/admin/health/ready">Temporary Redirect</a>.

root@identity-platform-login-ui-operator-0:/var/lib/juju# curl http://10.64.140.43/test-kratos/admin/health/ready
{"status":"ok"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant