-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61925/
-----------------------------------------------------------
(Updated Sept. 21, 2017, 4:52 p.m.)
Review request for mesos, Anand Mazumdar, Alexander Rojas, and Gastón Kleiman.
Bugs: MESOS-7914
https://issues.apache.org/jira/browse/MESOS-7914
Repository: mesos
Description
-------
This patch updates the agent endpoint handlers to make use of
the `AuthorizationAcceptor` exclusively for authorization,
eliminating the need to explicitly create authorization
subjects and objects.
Endpoint-related slave authorization tests are also updated to
accommodate this change.
Diffs (updated)
-----
src/slave/http.hpp 44a95dec4c9b8bb65d712c5538bbd7afffe2cf7b
src/slave/http.cpp 3ea7829df8c1c35d2fa3a44f19a60b7e261042ce
src/tests/slave_authorization_tests.cpp
4c7d37fd14c8f3e7a52d35fb685fb8f05cba1e70
Diff: https://reviews.apache.org/r/61925/diff/3/
Changes: https://reviews.apache.org/r/61925/diff/2-3/
Testing
-------
`make check`
Thanks,
Greg Mann