Bayless,
Yes, you should be able to specify multiple resources in a single policy file.
Thanks.
Scott Exton
IBM Verify platform architect
IBM Master Inventor
1 Corporate Court, Bundall, QLD 4217.
E-mail: scotte@au1.ibm.com
Original Message:
Sent: 7/29/2025 10:26:00 AM
From: Bayless Rutherford
Subject: RE: Rate Limiting concepts/functionality for multiple junctions - ISVA 10.0.5
Scott,
Can multiple URLs be put in one rate limit rule? For example, should these be divided into two rule files? or can both be put in one?
Can the below all go in one limiting rule?
# Examples GET, POST
resources:
- url: "/status-dev/dev/*"
method:
- POST
- url: "/status-dev/test/*"
method:
- POST
------------------------------
Bayless Rutherford
------------------------------
Original Message:
Sent: Tue April 22, 2025 04:09 PM
From: Scott Exton
Subject: Rate Limiting concepts/functionality for multiple junctions - ISVA 10.0.5
Jasper,
The rate limiting functionality has not changed in IVIA 11.
Thanks.
Scott Exton
IBM Verify platform architect
IBM Master Inventor
Original Message:
Sent: 4/22/2025 2:34:00 AM
From: Jasper Teuben
Subject: RE: Rate Limiting concepts/functionality for multiple junctions - ISVA 10.0.5
Hi all,
Is this still the situation in IVIA 11.0.0.0?
And if so, is there another way to achieve this within IVIA?
------------------------------
Jasper Teuben
------------------------------
Original Message:
Sent: Mon July 31, 2023 08:01 PM
From: Scott Exton
Subject: Rate Limiting concepts/functionality for multiple junctions - ISVA 10.0.5
Jerry,
WebSEAL will apply the request against all matching rate limiting policies. This means that if you have a policy on https://test.rate.org/junction1, and another policy for https://test.rate.org/junction1/junction2, any requests for a resource like: 'https://test.rate.org/junction1/junction2/index.html', will have a bucket in both rate limiting policies. There is no way to tell WebSEAL to ignore a rate limiting policy for certain requests.
I hope that this helps.
Scott.
------------------------------
Scott Exton
IBM
Gold Coast
Original Message:
Sent: Tue July 25, 2023 05:19 AM
From: Jerryt D.
Subject: Rate Limiting concepts/functionality for multiple junctions - ISVA 10.0.5
Hello,
In regards to this, it is possible to have stricter rate limiting on more specific junctions.
using the example above, you could set a policy on https://test.rate.org/junction1 for 100 requests per minute.
Then you can also have a policy on https://test.rate.org/junction1/junction2 that is stricter (50 requests per minute).
In our case we want to have the more general junction (/junction1) to be stricter than the specific url (/junction1/junction2). Is this possible?
We are using wildcards within the policy and would like to have an option within the policy yaml file to exclude one but match all the rest.
So similar, to the original post, but instead of getting stricter on more specific junctions, we want the rate limiting to be more lenient on a specific junction.
------------------------------
Jerryt D.