-
Notifications
You must be signed in to change notification settings - Fork 687
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
Websockets do not work with AuthService in 0.50.0-ea7 #1026
Comments
I can confirm the behavior. Interestingly enough, the AuthService I am using is returning a
but a http response code of
Marking this for resolution for |
Not sure what I was looking at last week. Websockets and AuthService is well supported in 0.50.0-ea7. Head on over to our slack channel and I'd be happy to answer any configuration questions https://d6e.co/slack |
Reopening since I have been able to replicate the behavior with a similar AuthService that just issues a 200. The web sockets app goes through the AuthService fine but seems to drop connection after connecting. It is not an issue with headers not being included in the v1 AuthService definition from v0 so I do not think a configuration change is the solution. Tagging for GA |
Related: #670 |
Describe the bug
Configuring AuthService in 0.50.0-ea7 cause losing all web socket traffic after connection.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Websocket traffic should be forwarded to destination.
Versions (please complete the following information):
Additional context
Same configuration works in 0.50.0-ea6. Attached configurations (with and without authentication service) and local websocket/auth service node application (require npm install websocket) allow to reproduce the problem.
Following is behaviour without authorisation
and with authorisation
websockets.zip
The text was updated successfully, but these errors were encountered: