APIcast
APIcast copied to clipboard
Conditional Policy: Add more operations
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:
- As operations:
>=
,<=
,>
,<
,starts_with
,matches
. - For combining:
nand
,nor
,xor
,equals
.
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 https://github.com/3scale/apicast/pull/976#discussion_r247752113