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

Healthchecks #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions documenten/techniek/designdecisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ We gebruiken NLX voor elke call waarbij vertrouwelijke gegevens worden opgevraag
We hanteren semantic versioning.
We hanteren https://docs.geostandaarden.nl/api/API-Strategie/#versioning als uitgangspunt voor versiebeheer

Healthchecks
-------
From [issue 154](https://github.com/VNG-Realisatie/huwelijksplanner/issues/154)

For healthchecks we use the health-json principle (or json-health to stay in line with json-ld and json-hal). This means the any endpoint `should` be capable of providing health information concerning that endpoint and services behind it.

__solution__
The use of a `Content-Type: application/health+json` header returns an health json schema.