-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59525/
-----------------------------------------------------------
(Updated July 11, 2017, 1:26 p.m.)
Review request for mesos, Adam B, Greg Mann, and Till Toenshoff.
Bugs: MESOS-7416
https://issues.apache.org/jira/browse/MESOS-7416
Repository: mesos
Description
-------
Adds support of the 'VIEW_ROLE' ACL to the results generated by the
'/slaves' as well as the 'GET_AGENTS' API v1 call, '/states' and
'/states-summary'.
This means that calls to these endpoints and API call which uses
reservations will only show the reserved resources the user making the
requests is allowed to see based on the reservations roles.
Diffs (updated)
-----
src/master/http.cpp 175a44ce7fb5be509453c25eaa9ec29f35adba3a
src/master/master.hpp b9b3ea4e5ac9bd067977d4087627a2c7b0e0bfcc
src/tests/master_tests.cpp c778c6c56d47c4033189912cebee6024be79106f
Diff: https://reviews.apache.org/r/59525/diff/6/
Changes: https://reviews.apache.org/r/59525/diff/5-6/
Testing
-------
make check
Thanks,
Alexander Rojas