-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58095/
-----------------------------------------------------------
Review request for mesos, Adam B and Benjamin Mahler.
Bugs: MESOS-7260
https://issues.apache.org/jira/browse/MESOS-7260
Repository: mesos
Description
-------
Instead of generating JSON object, `Master::Http::roles()` now
leverages `jsonify` to compute output. Also approver is taken
out from its continuation function. This is for easier and cleaner
implementation of framework authorization in /roles endpoint,
see MESOS-7260.
Diffs
-----
src/master/http.cpp 6cf9d350446d1b2d4a6e67d552217daff32657ff
src/master/master.hpp 98364d736522cd3c7b1b406dda42d114cd1808e9
Diff: https://reviews.apache.org/r/58095/diff/1/
Testing
-------
no functional changes
make check
Thanks,
Jay Guo