Comment 5 for bug 1836514

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-openstack-dashboard (master)

Reviewed: https://review.opendev.org/c/openstack/charm-openstack-dashboard/+/850644
Committed: https://opendev.org/openstack/charm-openstack-dashboard/commit/c0f87087615e4744e67c2f6dbda3a6b0ed18d3c5
Submitter: "Zuul (22348)"
Branch: master

commit c0f87087615e4744e67c2f6dbda3a6b0ed18d3c5
Author: Mert Kırpıcı <email address hidden>
Date: Wed Jul 20 13:55:38 2022 +0000

    Introduce source IP based rate limiting

    Since we are running haproxy in L4, we are tracking the incoming
    byte rate from client IPs and rejecting TCP connections in a
    sliding window.

    This approach limits the incoming HTTP requests however image uploading
    through the horizon web app is unaffected.

    Change-Id: Ie40d28acb2dc2983fc9edbbeacfd671b380a8f6d
    Closes-Bug: #1836514
    Signed-off-by: Mert Kırpıcı <email address hidden>