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

[Feature Request] Implement a health-check endpoint. #168

Closed
Jas-SinghFSU opened this issue Dec 14, 2023 · 1 comment
Closed

[Feature Request] Implement a health-check endpoint. #168

Jas-SinghFSU opened this issue Dec 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Jas-SinghFSU
Copy link

Not specific to my use-case but in general, having an endpoint that emits a health-check would be useful.

My specific use-case requires me to authenticate first by using an Identity Provider (Authentik) before I can access any web application. Since this IDP sits in the Reverse Proxy for my application, it's impossible to do a simple 200 status code check; because by default a 301 redirect is returned which redirects to authenticate via my provider.

Having the ability add an authentication exception in Authentik to a url such as https://mydomain.com/status/health would be extremely useful for being able to integrate this web-application into health-checkers.

@Jas-SinghFSU Jas-SinghFSU changed the title [Feature Request] Implement a health-check url. [Feature Request] Implement a health-check endpoint. Dec 14, 2023
@thomiceli thomiceli added the enhancement New feature or request label Dec 14, 2023
@Jas-SinghFSU
Copy link
Author

Thank you for such an quick turnaround and awesome app!

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