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 2021/02/22 15:51:15 UTC

[GitHub] [apisix] jp-gouin opened a new issue #3635: feat: Add method filter on consummer-restriction plugin

jp-gouin opened a new issue #3635:
URL: https://github.com/apache/apisix/issues/3635


   Hi,
   I think it could be interesting to add a filter on the method in the consummer-restriction plugin;
   
   With something like : 
   ```
   "consumer-restriction": {
               "whitelist": [
                   {
                       "jack1" : ["OPTIONS","GET","POST","DELETE","PATCH","*"]
                   }
               ]
           }
   ```
   This feature could be optional and fallback on the current processing.
   
   
   


----------------------------------------------------------------
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.

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



[GitHub] [apisix] spacewander commented on issue #3635: feat: Add method filter on consummer-restriction plugin

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


   PR is welcome!


----------------------------------------------------------------
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.

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



[GitHub] [apisix] jp-gouin commented on issue #3635: feat: Add method filter on consummer-restriction plugin

Posted by GitBox <gi...@apache.org>.
jp-gouin commented on issue #3635:
URL: https://github.com/apache/apisix/issues/3635#issuecomment-784114145


   Ok sure , i'll work on that 


----------------------------------------------------------------
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.

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



[GitHub] [apisix] jp-gouin closed issue #3635: feat: Add method filter on consummer-restriction plugin

Posted by GitBox <gi...@apache.org>.
jp-gouin closed issue #3635:
URL: https://github.com/apache/apisix/issues/3635


   


----------------------------------------------------------------
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.

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