cosmo icon indicating copy to clipboard operation
cosmo copied to clipboard

feat: add hashHeadersWhitelist configuration for selective header hashing

Open glower opened this issue 1 year ago • 0 comments
trafficstars

Added support for a new configuration option hashHeadersWhitelist in the WebSocket configuration. This allows specifying a whitelist of headers that should be hashed and forwarded during WebSocket connections.

The implementation includes updates to the schema and handling of the new configuration option in the WebSocketConnectionHandler

Motivation and Context

Implement an allow-list to have fine-grained control over which headers are hashed in the initial subscription upgrade request.

TODO

glower avatar May 18 '24 22:05 glower