tailscale/cmd/k8s-operator
Irbe Krumina 8e1c00f841
cmd/k8s-operator,k8s-operator/sessionrecording: ensure recording header contains terminal size for terminal sessions (#12965)
* cmd/k8s-operator,k8s-operator/sessonrecording: ensure CastHeader contains terminal size

For tsrecorder to be able to play session recordings, the recording's
CastHeader must have '.Width' and '.Height' fields set to non-zero.
Kubectl (or whoever is the client that initiates the 'kubectl exec'
session recording) sends the terminal dimensions in a resize message that
the API server proxy can intercept, however that races with the first server
message that we need to record.
This PR ensures we wait for the terminal dimensions to be processed from
the first resize message before any other data is sent, so that for all
sessions with terminal attached, the header of the session recording
contains the terminal dimensions and the recording can be played by tsrecorder.

Updates tailscale/tailscale#19821

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
2024-09-03 18:42:02 +01:00
..
deploy cmd/k8s-operator: support default proxy class in k8s-operator (#12711) 2024-08-20 15:50:40 +01:00
generate
connector.go
connector_test.go
depaware.txt wgengine/magicsock: actually use AF_PACKET socket for raw disco 2024-09-03 12:50:09 -04:00
dnsrecords.go
dnsrecords_test.go
ingress.go cmd/k8s-operator: support default proxy class in k8s-operator (#12711) 2024-08-20 15:50:40 +01:00
ingress_test.go
nameserver.go
nameserver_test.go
operator.go cmd/k8s-operator: support default proxy class in k8s-operator (#12711) 2024-08-20 15:50:40 +01:00
operator_test.go
proxy.go cmd/k8s-operator,k8s-operator/sessionrecording: ensure recording header contains terminal size for terminal sessions (#12965) 2024-09-03 18:42:02 +01:00
proxy_test.go
proxyclass.go
proxyclass_test.go
sts.go
sts_test.go
svc.go all: fix new lint warnings from bumping staticcheck 2024-08-22 12:31:08 -07:00
testutils_test.go