-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46867/
-----------------------------------------------------------
(Updated May 10, 2016, 5:06 p.m.)
Review request for mesos, Alexander Rojas and Kapil Arya.
Changes
-------
Addressed comment.
Bugs: MESOS-5286
https://issues.apache.org/jira/browse/MESOS-5286
Repository: mesos
Description
-------
Code is added to the common headers and the
master/agent executables which sets authorization
callbacks for libprocess-level HTTP endpoints.
This allows these endpoints to be authorized.
Diffs (updated)
-----
src/common/http.hpp 6c6f2840bbf49d198b1db876cdf4af5ef49b0e27
src/common/http.cpp ccf386898130c966903cb5aae4eaffbc9b63ca1f
src/master/main.cpp 23149d5511d1556f1a885d01ea9380a9669fa8c5
src/slave/main.cpp fee46bafc88f8cdade868aab8c0fee79b8d2fb6d
Diff: https://reviews.apache.org/r/46867/diff/
Testing
-------
`make check` on OSX.
Thanks,
Greg Mann