apigee / microgateway-plugins

Plugins for microgateway, oauth, analytics, spike arrest, etc...
Other
30 stars 54 forks source link

fix bug 145644205 #163

Closed shiveshwar closed 4 years ago

shiveshwar commented 4 years ago

Update pattern matching logic of apiKeys plugin to match the oauth plugin. Correct variable name 'stat' to 'stats' in test file. Add code coverage test cases for apikeys plugin and functional coverage for checkIfAuthorized function. Add null check to init and middleware function.