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
Outside of Connect, execute a tsh command with --headless.
Wait for the headless auth modal to show up in Connect.
Cancel the tsh command.
At this point, the modal should disappear. This used to work in v16.0.0, but it didn't work during the v17 test plan. Initially I assumed it's a problem with grpc-js, but it also doesn't work in Connect/tsh v16 when talking to a v17 cluster. I think this points to the issue being on the server side where OpDelete is not sent to clients.
ravicious
changed the title
Auth server doesn't delete headless auth request when tsh --headless command in canceled
Auth server doesn't delete headless auth request when tsh --headless command is canceled
Nov 7, 2024
--headless
.At this point, the modal should disappear. This used to work in v16.0.0, but it didn't work during the v17 test plan. Initially I assumed it's a problem with grpc-js, but it also doesn't work in Connect/tsh v16 when talking to a v17 cluster. I think this points to the issue being on the server side where
OpDelete
is not sent to clients.teleport/lib/teleterm/daemon/daemon_headless.go
Lines 201 to 202 in 6ac6025
The text was updated successfully, but these errors were encountered: