-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
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
Conditional Policy: Add more operations #821
Comments
yup, those improvements should be enough! 👍 |
The "matches" operation was added in #975 |
was it? I see it not merged? |
Now it is @unleashed :D |
We should also consider operations such as "includes" and "excludes" as suggested by @mikz in #976 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the conditional policy only supports 2 operations (
!=
,==
), and and/or for combining them.After some discussion in #820 it looks that we'll need to add support for others for the @3scale/ostia project:
>=
,<=
,>
,<
,starts_with
,matches
.nand
,nor
,xor
,equals
.The text was updated successfully, but these errors were encountered: