-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47530/
-----------------------------------------------------------
Review request for mesos, Adam B, Alexander Rukletsov, Greg Mann, Jan Schlicht,
and Till Toenshoff.
Bugs: MESOS-5317
https://issues.apache.org/jira/browse/MESOS-5317
Repository: mesos
Description
-------
Used GET_ENDPOINT_WITH_PATH coarse-grained authz on agent's
'/containers' endpoint to enable authorization on this endpoint.
Updated docs and testcases as well.
Diffs
-----
docs/endpoints/slave/containers.md 959f40b9db4de4b6cea456ecf7bcb402f7a94f05
src/slave/http.cpp fb48ec61e2fe0c83f80d3b8aa4c2ef5a96b748ae
src/slave/slave.hpp 209f071448e3c52d16d3366d564003ee36b1d2e0
src/tests/slave_authorization_tests.cpp
843cf1c631e0a25125ca1c0c0028ad1a920c2c2f
Diff: https://reviews.apache.org/r/47530/diff/
Testing
-------
sudo GTEST_FILTER="*SlaveEndpointTest*.*" make -j2 check
On ubuntu 16.04.
Ran manual testing as well.
Thanks,
Abhishek Dasgupta