We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3c78b commit f745441Copy full SHA for f745441
packages/pam/handlers/kubernetes/proxy.go
@@ -270,6 +270,9 @@ func (p *KubernetesProxy) forwardWebsocketConnection(
270
return err
271
}
272
273
+ // TODO: before forwarding, we should probably read the headers from the server, then parse the
274
+ // websocket frames for audit logging purpose
275
+
276
forwardingCtx, cancelForwarding := context.WithCancel(ctx)
277
defer cancelForwarding()
278
serverDataCh := make(chan []byte)
0 commit comments