skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

Health check Identity Server with status Unhealthy (K8S) #142

Open apetrut opened 1 year ago

apetrut commented 1 year ago

Hi,

I have all three separate services deployed in K8S using Azure Gateway as the ingress controller and only the STS service is running correctly. If I try and go to the Admin button in nav bar I get this error:

image

After checking the logs for the admin service I found there was also a 503 error related to health checks. I checked the url of the identity server base url and it was loading fine. Do you have any other ideas about the source of this error?

health_error

9250754414 commented 9 months ago

Hello, similar problem, did you manage to solve it?