gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
16.94k stars 1.7k forks source link

[v15] Display websocket errors in the UI #43491

Closed zmb3 closed 2 days ago

zmb3 commented 3 days ago

We never implemented UI support for the websocket error message, so errors were never surfaced to users.

This also uncovered one case where we were sending invalid data (due to a missing version number).

Closes #42626 Backports #43433

Changelog: Display errors in the web UI console for SSH sessions.