----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49095/ -----------------------------------------------------------
Review request for mesos, Adam B, Joerg Schad, and Till Toenshoff. Repository: mesos Description ------- Even if ACLs were defined for the actions `VIEW_FRAMEWORKS`, `VIEW_EXECUTORS` and `VIEW_TASKS`, the data these actions were supposed to protect, could still leaked through the master's `/frameworks` endpoint, since it didn't enable any authorization mechanism. Diffs ----- src/master/http.cpp 7daaf12a4086635bbc5aba5e3375c95e8899ac6e src/tests/master_authorization_tests.cpp 9ae6b9dc89538716d397ffd8826187e2bc6d7e8f Diff: https://reviews.apache.org/r/49095/diff/ Testing ------- `make check` Thanks, Alexander Rojas
