Revert "Also allow docker in containers spawned by an authorized app"

This reverts commit 4f336a05fc.

This is not required by an app yet. Besides, it breaks tests
This commit is contained in:
Girish Ramakrishnan
2018-08-20 20:10:16 -07:00
parent 89cf8167e6
commit f338e015d5
3 changed files with 2 additions and 22 deletions

View File

@@ -27,7 +27,6 @@ function authorizeApp(req, res, next) {
// - block apps not using the docker addon
// - block calls regarding platform containers
// - only allow managing and inspection of containers belonging to the app
// - allow docker to be called from child containers spun of from an authorized app
// make the tests pass for now
if (config.TEST) {