-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18381/
-----------------------------------------------------------
(Updated April 21, 2014, 7:50 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Rebased against latest master and dependent patches 20301, 20302 (both of which
have ShipIts).
Vinod, please commit the dependent patches and let me know what's left before
this one gets a ShipIt. Thanks!
Bugs: MESOS-804
https://issues.apache.org/jira/browse/MESOS-804
Repository: mesos-git
Description
-------
Added authentication support for slaves.
Fixes MESOS-804.
Diffs (updated)
-----
include/mesos/mesos.proto 37f8a7f
src/master/flags.hpp acf3963
src/master/master.hpp f567a43
src/master/master.cpp 0335b34
src/sasl/authenticatee.hpp 42a4eba
src/slave/flags.hpp d5c54c0
src/slave/slave.hpp 438e5b5
src/slave/slave.cpp b3c4285
src/tests/authentication_tests.cpp 127c5e6
src/tests/mesos.cpp a9844e4
src/tests/slave_recovery_tests.cpp 72b6d42
Diff: https://reviews.apache.org/r/18381/diff/
Testing
-------
make check; manually tested flatfile slave authentication success/failure.
Added new slave authentication unit tests in authentication_tests.cpp.
Thanks,
Adam B