limitador icon indicating copy to clipboard operation
limitador copied to clipboard

all the descriptors are consolidated in a single descriptor

Open eguzki opened this issue 2 years ago • 1 comments

For the following Envoy's RLS request:

domain: example.org    
descriptors:           
  - entries:           
    - C: VALUE         
  - entries:           
    - A: VALUE         
    - B: VALUE         

the following ratelimit config would be activated and it should not.

conditions: []  
max_value: 1                      
seconds: 60                       
variables: ["A", "B", "C"]             
namespace: example.org            

eguzki avatar May 12 '22 22:05 eguzki

@didierofrivia may be that could be interesting for you to look into…

alexsnaps avatar Apr 13 '23 14:04 alexsnaps