Skip to content
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

[THREESCALE-2590] Add matches operation to the Rate Limit policy #1051

Merged
merged 7 commits into from
May 29, 2019

Conversation

davidor
Copy link
Contributor

@davidor davidor commented May 29, 2019

Fixes THREESCALE-2590

Apart from that, I fixed a couple of minor things in the test files that I needed to modify to implement the patch.

The "when conditions are defined" block was incorrectly placed under the
"using redis" one.
@davidor davidor requested a review from a team as a code owner May 29, 2019 09:59
@@ -64,7 +64,7 @@
},
"op": {
"type": "string",
"enum": ["==", "!="]
"enum": ["==", "!=", "matches"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should describe what is the format of "matches".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added 👍

@davidor davidor force-pushed the edge-limiting-matches-op branch from 0b9bf7f to b1693ed Compare May 29, 2019 12:32
@davidor davidor merged commit 54bdaa3 into master May 29, 2019
@davidor davidor deleted the edge-limiting-matches-op branch May 29, 2019 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants