Skip to content

Add authorization header with agent token to websocket request

Timo Furrer requested to merge websocket-authorization-header into master
  • Add authorization header with agent token to websocket request

The Authorization header is not being used by KAS itself. The authorization header from the gRPC metadata is used even when the gRPC connection is wrapped into the WebSocket connection. The sole intended user of this header is the HTTP router used for the Cells architecture, so that agentk requests are properly routed to the correct KAS instance(s).

Refs #600 (closed)

Merge request reports