You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the current implementation maps health-check hook return codes to specific HTTP codes when queried via HTTP, it may be useful for integrating into other systems if the HTTP code can be influenced via GET request parameters.
Add GET parameter to the health endpoints that enable control over the return code for the different statuses. Prior art: HashiCorp Vault's health endpoint https://www.vaultproject.io/api/system/health.html. This may be the simplest solution and have the best effort-to-payoff ratio.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
While the current implementation maps health-check hook return codes to specific HTTP codes when queried via HTTP, it may be useful for integrating into other systems if the HTTP code can be influenced via
GET
request parameters.Extracted from #6023:
The text was updated successfully, but these errors were encountered: