-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44570/
-----------------------------------------------------------
(Updated March 15, 2016, 10:59 a.m.)
Review request for mesos, Adam B and Joerg Schad.
Changes
-------
Addressed Jörg's issues.
Bugs: MESOS-4772
https://issues.apache.org/jira/browse/MESOS-4772
Repository: mesos
Description
-------
To be able to authenticate HTTP requests for tasks, the authorizer has to
determine who owns the tasks. This is achieved by adding an owner field to
TaskInfo and ExecutorInfo.
Diffs (updated)
-----
include/mesos/mesos.proto deb9c0910a27afd67276f54b3f666a878212727b
include/mesos/v1/mesos.proto a981e750c24cfc48177bbc9ca56f0c3ecfae1a1b
src/master/validation.hpp 29dbdf1da540db4966ff9e86037badde06e69a4b
src/master/validation.cpp 820a9faee6fde09a98317854b181fe897167e2ca
src/tests/master_validation_tests.cpp
c9bc38ce604d2d44d6e6b1286507d1c45e5e9e25
Diff: https://reviews.apache.org/r/44570/diff/
Testing
-------
make check
Thanks,
Jan Schlicht