k8s-operator: adding session type to cast header (#16660)

Updates #16490

Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
pull/16680/head
Tom Meadows 4 months ago committed by GitHub
parent e300a00058
commit 5154bbb0b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -187,6 +187,7 @@ func (h *Hijacker) setUpRecording(ctx context.Context, conn net.Conn) (net.Conn,
PodName: h.pod,
Namespace: h.ns,
Container: container,
SessionType: string(h.sessionType),
},
}
if !h.who.Node.IsTagged() {

Loading…
Cancel
Save