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

All services need to return 502 if the Auth service is unavailable #9

Open
amrc-benmorrow opened this issue Oct 19, 2023 · 0 comments

Comments

@amrc-benmorrow
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant