Add support for joining Kubernetes sessions in the web ui#52993
Add support for joining Kubernetes sessions in the web ui#52993rosstimothy merged 1 commit intomasterfrom
Conversation
ccd7e0f to
9b897d2
Compare
1551f1e to
a54bc3e
Compare
gzdunek
left a comment
There was a problem hiding this comment.
Sorry for the delay, I'll test it tomorrow!
| if (doc.mode === undefined) { | ||
| setStatus('waiting-for-exec-data'); | ||
| } else { | ||
| setStatus('initialized'); | ||
| } |
There was a problem hiding this comment.
Can we combine it with the condition above?
There was a problem hiding this comment.
I would very much like to drop the else clause here and only set the initialized status in response to session data above. However when testing this last week, removing the else clause prevents things from working. @avatus and I couldn't really determine why that was the case.
|
I can't join a session for some reason. I don't see anything interesting in the teleport logs. Do you have any idea what happens? |
c871c0d to
123a1ff
Compare
|
gzdunek
left a comment
There was a problem hiding this comment.
LGTM.
I tested all three joining modes and they work properly.
Adds the ability to join existing Kubernetes sessions in the web ui as peers, observers, or modertators. Closes #52315.
0b17ec2 to
1469c7b
Compare
|
@rosstimothy See the table below for backport results.
|
Adds the ability to join existing Kubernetes sessions in the web ui as peers, observers, or modertators. Closes #52315.
Adds the ability to join existing Kubernetes sessions in the web ui as peers, observers, or modertators. Closes #52315.
Adds the ability to join existing Kubernetes sessions in the web ui as peers, observers, or modertators. Closes #52315.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
We added support for joining kube sessions in the web UI with #52993 and just missed this docs update.
Closes #52315
changelog: Enable support for joining Kubernetes sessions in the web UI.