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

Incorporate AspNetCore.Diagnostics.HealthChecks #423

Closed
ben-jacobs opened this issue Apr 9, 2021 · 3 comments
Closed

Incorporate AspNetCore.Diagnostics.HealthChecks #423

ben-jacobs opened this issue Apr 9, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@ben-jacobs
Copy link

What are you thoughts on incorporating AspNetCore.Diagnostics.HealthChecks into Aguacongas.TheIdServer?

In the first instance this could be as simple as adding a healthcheck to ensure the IdSrv discovery endpoints are available - with enhancements covering the DB providers etc if necessary. In this most basic configuration, it shouldn't add more than a few lines of configuration code - there's even an IdentityServer healthcheck already available.

Given that I think the project is very conducive to being part of a microservices architecture, the healthchecks would allow for common orchestration tools to check the health status.

@ben-jacobs ben-jacobs added the enhancement New feature or request label Apr 9, 2021
@aguacongas
Copy link
Member

I agree it's missing. Do you wanna implement it ?<

@ben-jacobs
Copy link
Author

ben-jacobs commented Apr 9, 2021 via email

@aguacongas
Copy link
Member

Health check implemented in 4.5.0. Doc here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants