We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: