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
{{ message }}
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
Currently all services which authorise requests against the Auth service will return 401 responses if the auth service is unavailable. This was implemented for safety; the check-acl function returns access-denied just in case.
This is causing problems. Services should return a 5xx error instead, probably 503 Service Unavailable.