public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Hannes Laimer <h.laimer@proxmox.com>
To: Christian Ebner <c.ebner@proxmox.com>,
	Proxmox Backup Server development discussion
	<pbs-devel@lists.proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox{, -backup} v2 0/6] add user specific rate-limits
Date: Mon, 10 Nov 2025 10:13:59 +0100	[thread overview]
Message-ID: <d34469d5-1d5e-417a-a09d-8ac71cc0dcd9@proxmox.com> (raw)
In-Reply-To: <88f55a25-b507-49f4-84cd-6a39625b73fc@proxmox.com>

On 11/10/25 10:03, Christian Ebner wrote:
> On 11/7/25 2:23 PM, Hannes Laimer wrote:
>> When a connection is accepted we create a shared tag handle for its
>> rate-limited stream. The REST layer clears that handle before every
>> request. Once a request authenticates successfully, we push a
>> User(...) tag with the auth ID. Failed or unauthenticated requests
>> leave the tag list empty. RateLimitedStream watches that handle and
>> forces an immediate limiter refresh whenever the tag set changes so
>> user-specific throttles take effect right away.
>>
>> Currently rules with a user specified take priority over others. So:
>> user > IP only > neither, in case two rules match.
>>
>> If users and networks are specified, the rule only applies if both
>> match. So, Any of the specified user connect from any of the specified
>> network.
>>
>> And all of this ofc still only if the given timeframe matches.
>>
>> v2, thanks @Chris!:
>>   - fix problem with tag staying on connection after request finishes,
>>     and with when it would be set in first place
>>   - use a more generic tag-list on the connection, this is more general
>>   - tag is now an enum, like chris suggested, this should make it
>>     somewhat easy to extend if we at some point should want to
> 
> In general this series looks good already, but one thing which IMO 
> should be checked is how this behaves with reverse proxies which might 
> use connection pools to reuse TCP connections. Did you already do some 
> testing with respect to that?

I did not test with a reverse proxy, the tags on a connection are reset
with every new request. So a reverse proxy shouldn't really impact rate
limiting other than ofc IP based rules. I'll prepare a v3 with your
proposed improvements to the code, with that I'll also test with a
reverse proxy setup.

And thanks for point out the group based rate limit, I didn't have that
on my radar at all!


_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel

  reply	other threads:[~2025-11-10  9:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-07 13:23 Hannes Laimer
2025-11-07 13:23 ` [pbs-devel] [PATCH proxmox v2 1/3] pbs-api-types: allow traffic-control rules to match users Hannes Laimer
2025-11-10  8:45   ` Christian Ebner
2025-11-07 13:23 ` [pbs-devel] [PATCH proxmox v2 2/3] http: track user tag updates on rate-limited streams Hannes Laimer
2025-11-10  8:53   ` Christian Ebner
2025-11-07 13:23 ` [pbs-devel] [PATCH proxmox v2 3/3] rest-server: propagate rate-limit tags from authenticated users Hannes Laimer
2025-11-10  8:55   ` Christian Ebner
2025-11-07 13:23 ` [pbs-devel] [PATCH proxmox-backup v2 1/3] api: taffic-control: update/delete users on rule correctly Hannes Laimer
2025-11-10  8:56   ` Christian Ebner
2025-11-07 13:23 ` [pbs-devel] [PATCH proxmox-backup v2 2/3] traffic-control: handle users specified in a " Hannes Laimer
2025-11-10  8:59   ` Christian Ebner
2025-11-07 13:23 ` [pbs-devel] [PATCH proxmox-backup v2 3/3] ui: traffic-control: add users field in edit form and list Hannes Laimer
2025-11-10  9:00   ` Christian Ebner
2025-11-10  9:03 ` [pbs-devel] [PATCH proxmox{, -backup} v2 0/6] add user specific rate-limits Christian Ebner
2025-11-10  9:13   ` Hannes Laimer [this message]
2025-11-10 13:44 ` [pbs-devel] superseded: " Hannes Laimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d34469d5-1d5e-417a-a09d-8ac71cc0dcd9@proxmox.com \
    --to=h.laimer@proxmox.com \
    --cc=c.ebner@proxmox.com \
    --cc=pbs-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal