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

feat: exemptions #106

Merged
merged 19 commits into from
Jan 12, 2021
Merged

feat: exemptions #106

merged 19 commits into from
Jan 12, 2021

Conversation

themightychris
Copy link
Member

@themightychris themightychris commented Jan 4, 2021

Closes #99

Why

The ability to exempt traffic based on IP match or pattern is needed in addition to the ability to do it based on key

What

  • Refactor Key->RateLimitExempt field to new Exemption table
  • Migrate existing exempt keys to exemptions table
  • Add CRUD for exemptions
  • Add dedicated per-exemption option for whether exemption applies to endpoint (global) rate limits
  • Optimize IP pattern matching library for better cross-functional use

@themightychris themightychris added this to the v3.1 milestone Jan 4, 2021
@github-actions github-actions bot temporarily deployed to pr-106 January 4, 2021 23:10 Inactive
@github-actions github-actions bot temporarily deployed to pr-106 January 5, 2021 00:05 Inactive
@themightychris themightychris merged commit 5463b91 into develop Jan 12, 2021
@themightychris themightychris deleted the features/exemptions branch January 12, 2021 22:15
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.

web-editable exempt IPs table
1 participant