Skip to content

Draft: Add Host and SNI-based rate limiting

Kamil Trzciński (Back 2025-01-01) requested to merge rate-limit into master

This adds a per-process rate limiting of the incoming requests and connections.

This assume two:

  • Requests generate a pressure on Object Storage
  • New TLS connections generate a pressure on CPU due to TLS handshake (generating and exchanging asymmetric keys)
Edited by Kamil Trzciński (Back 2025-01-01)

Merge request reports

Loading