Skip to content

Only return 401 on invalid access token

Administrator requested to merge es/401-for-real into main

Created by: eseliger

The auth middleware returned 401 errors for all other kinds of errors as well. This was very confusing to me and seems incorrect as well. I saw logs about an access token being invalid so I dug for quite a bit until I found error messages in logs that revealed the real problem: on k8s the frontend couldn't connect to the database during a rollout.

Merge request reports

Loading