limitador
limitador copied to clipboard
all the descriptors are consolidated in a single descriptor
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
@didierofrivia may be that could be interesting for you to look into…