QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Requests to API `/status` endpoint with expired tokens results in "unhealthy" status #2124

Closed hudson-newey closed 5 months ago

hudson-newey commented 5 months ago

Describe the bug When API calls to the /status endpoint are made with an expired auth token, the API request fails and the status is reported as "unhealthy".

This can result in the website status warning icon being shown when the API is fully functional

To fix this we should not send the authentication Bearer token in /status endpoint requests