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

Engine Crashing if Auth Hook isn't running #10594

Open
TristenHarr opened this issue Nov 12, 2024 · 0 comments
Open

Engine Crashing if Auth Hook isn't running #10594

TristenHarr opened this issue Nov 12, 2024 · 0 comments
Labels
k/v3-bug Bug affecting Hasura v3 (DDN)

Comments

@TristenHarr
Copy link
Collaborator

When using the webhook auth if the Webhook Auth server isn't running, then engine crashes.

This could cause a serious problem if the Auth server goes down because it causes engine to crash.

When the auth server isn't running, and you go to the console and it tries to perform introspection it will crash the engine, with an exit code 132.

engine-1 exited with code 132

Rather than crashing and exiting, it would be better to provide the user with a useful message informing them that the authentication failed.

@TristenHarr TristenHarr added the k/v3-bug Bug affecting Hasura v3 (DDN) label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/v3-bug Bug affecting Hasura v3 (DDN)
Projects
None yet
Development

No branches or pull requests

1 participant