-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39988/
-----------------------------------------------------------
(Updated Nov. 7, 2015, 1:48 a.m.)
Review request for mesos, Adam B, Jie Yu, Michael Park, and Till Toenshoff.
Changes
-------
Addressed comments.
Bugs: MESOS-3062
https://issues.apache.org/jira/browse/MESOS-3062
Repository: mesos
Description
-------
Added authorization for dynamic reservation master endpoints.
Note: this review is continued from https://reviews.apache.org/r/37126/
Diffs (updated)
-----
src/master/http.cpp 3b2cded3004cde4ff134a43b9205061550b82f41
src/master/master.hpp ead8520b7108a0f2c3a0bb11ae7b543897d111a2
src/tests/reservation_endpoints_tests.cpp
f5f9c4834779a3a84d12d9be77e674e2d6088b5d
Diff: https://reviews.apache.org/r/39988/diff/
Testing
-------
This is the fourth in a chain of 5 patches. Added new reservation endpoints
tests to validate authorization of reserve and unreserve operations using ACLs.
`make check` was run to test after all patches were applied.
Thanks,
Greg Mann