You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Present version of GeoIP interceptor only allows taking in a list of countries for blocking the requests, this should be expanded to allow for a lot more ways to define the config:
List of continents
List of countries
List of states
List of districts
List of blocks (Refer to GeoQuery for the levels at which these things can be found)
GeoFence
List of coordinates
Range of coordinates
On top of the above things we also need to give the user the ability to choose whether this list is of the regions where to allow the requests from or where to block the requests from.
Tasks
Figure out the exhaustive list of things which can be a part of this list
Design the service
Implementation
Test Case addition
The text was updated successfully, but these errors were encountered:
Description
Present version of GeoIP interceptor only allows taking in a list of countries for blocking the requests, this should be expanded to allow for a lot more ways to define the config:
On top of the above things we also need to give the user the ability to choose whether this list is of the regions where to allow the requests from or where to block the requests from.
Tasks
The text was updated successfully, but these errors were encountered: