APItools / monitor

Track, transform and analyze the traffic between your app and the APIs you use.
https://www.apitools.com
MIT License
140 stars 23 forks source link

Read middlewares from apitools/middleware #46

Closed kikito closed 9 years ago

kikito commented 9 years ago

The middleware specs are hard-coded in the monitor. We should put some kind of mechanism in place to read from the apitools/middleware github repo instead / in addition to that.

mikz commented 9 years ago

AFAIK the middleware list is read from brain. See https://github.com/APItools/monitor/blob/master/lua/brain.lua#L33-L41 https://github.com/APItools/monitor/blob/master/app/assets/javascripts/controllers/middleware.coffee#L435-L436 etc

kikito commented 9 years ago

Well it seems there is a problem in Brain then. It always returns the generic middleware list.

I am creating an issue in Brain and closing this one:

https://github.com/3scale/brain/issues/482