diff --git a/src/dockerproxy.js b/src/dockerproxy.js index dc7e5f580..71a6b9ed8 100644 --- a/src/dockerproxy.js +++ b/src/dockerproxy.js @@ -23,11 +23,6 @@ var apps = require('./apps.js'), var gHttpServer = null; function authorizeApp(req, res, next) { - // TODO add here some authorization - // - block apps not using the docker addon - // - block calls regarding platform containers - // - only allow managing and inspection of containers belonging to the app - // make the tests pass for now if (constants.TEST) { req.app = { id: 'testappid' };