We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@didierofrivia may be that could be interesting for you to look into…
Sorry, something went wrong.
No branches or pull requests
For the following Envoy's RLS request:
the following ratelimit config would be activated and it should not.
The text was updated successfully, but these errors were encountered: