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:
[email protected]


Reply via email to