-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59147/
-----------------------------------------------------------
(Updated May 23, 2017, 3:57 p.m.)
Review request for mesos, Adam B and Greg Mann.
Bugs: MESOS-7415
https://issues.apache.org/jira/browse/MESOS-7415
Repository: mesos
Description
-------
Enables the use of authorization for the `START_MAINTENANCE` and
`STOP_MAINTENANCE` v1 API calls, using the ACLs `StartMaintenance` and
`StopMaintenance` respectively as well the actions of the same name as
the API calls.
It also updates the `ApiTests` to take into account the authorization
case.
Diffs (updated)
-----
src/master/http.cpp 7060b8fa53e0682681c50e051908ffbbf50fb7da
src/tests/api_tests.cpp faf3242f9c86d866c4bb5e457fcfe47c1063cc09
Diff: https://reviews.apache.org/r/59147/diff/2/
Changes: https://reviews.apache.org/r/59147/diff/1-2/
Testing
-------
make check
Thanks,
Alexander Rojas