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
Thank you for the report, @justenwalker! This is fixed in #2073 and will be included in the next release. We really appreciate your contribution. Please feel free to open a new issue for any other potential regressions, bugs, oddities, or enhancement requests!
Describe the bug
Listener on the controller's "cluster" endpoint crashes if it is sent an unexpected request
To Reproduce
boundary dev
to set up a local boundary instancecurl http://localhost:9201
to send it an unexpected requestExpected behavior
boundary should gracefully reject malformed packets on 9201 and continue to accept connections
Additional context
This seems to happen after the v0.8.0 upgrade
It is not reproduceable on
v0.7.6
Also, nothing seems to get logged when this happens. I did not see any new output from the logstream after sending the curl.
The text was updated successfully, but these errors were encountered: