srobo / infrastructure-team-minutes

Minutes from Infrastructure Team meetings
0 stars 0 forks source link

Create a health-check endpoint in the code-submitter #38

Open PeterJCLaw opened 7 months ago

PeterJCLaw commented 7 months ago

From https://github.com/srobo/infrastructure-team-minutes/blob/main/2024/2024-02-19.md#action-points

PeterJCLaw commented 6 months ago

Had a look at this, it's not trivial to do this due to how the auth stuff is implemented. Currently we essentially require the whole of the code submitter to be authenticated and then have separate authorisation per endpoint. We can therefore either require the health-check endpoint is also authenticated or rework the setup to allow anonymous endpoints.