You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/15 08:30:25 UTC

[GitHub] [apisix] kumaxl opened a new issue, #7678: help request: how to manage ip whitelist use on many routes? Is there any way to group requests to different consumers just by ip?

kumaxl opened a new issue, #7678:
URL: https://github.com/apache/apisix/issues/7678

   ### Description
   
   I have a big ip whitelist to limit access on some of the routes,  the white list changes at times.
   How can i update the limitation of the routes without modify them one by one.
   I have try to group requests to different consumers by ip, but all consumer need some kind of auth plugin, which can not satisfy. Can  we identify consumer only just by ip?
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] kumaxl commented on issue #7678: help request: how to manage ip whitelist used on many routes? Is there any way to group requests to different consumers just by ip?

Posted by GitBox <gi...@apache.org>.
kumaxl commented on issue #7678:
URL: https://github.com/apache/apisix/issues/7678#issuecomment-1214830284

   > @kumaxl Try to use `plugin_config` object.
   
   Thanks for your reply. Do you mean to configue a common iplimit plugin_config, and apply it on each route?
   
   It seems dashboard do not support common plugin configuration. we can only use apiadmin to manage it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tokers commented on issue #7678: help request: how to manage ip whitelist used on many routes? Is there any way to group requests to different consumers just by ip?

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #7678:
URL: https://github.com/apache/apisix/issues/7678#issuecomment-1214807212

   @kumaxl Try to use PluginConfig object.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] kumaxl commented on issue #7678: help request: how to manage ip whitelist used on many routes? Is there any way to group requests to different consumers just by ip?

Posted by GitBox <gi...@apache.org>.
kumaxl commented on issue #7678:
URL: https://github.com/apache/apisix/issues/7678#issuecomment-1214927009

   ![image](https://user-images.githubusercontent.com/18223820/184630342-418a5160-734f-40f5-a384-07eed620e0cd.png)
   well, found it!  Many Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] kumaxl closed issue #7678: help request: how to manage ip whitelist used on many routes? Is there any way to group requests to different consumers just by ip?

Posted by GitBox <gi...@apache.org>.
kumaxl closed issue #7678: help request: how to manage ip whitelist used on many routes? Is there any way to group requests to different consumers just by ip?
URL: https://github.com/apache/apisix/issues/7678


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org