----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18381/ -----------------------------------------------------------
(Updated April 25, 2014, 12:54 p.m.) Review request for mesos and Vinod Kone. Changes ------- Rebased and retested after dependent patches were committed. 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 d7fe068 src/master/flags.hpp 26a0492 src/master/master.hpp 9808378 src/master/master.cpp 890873b src/sasl/authenticatee.hpp 42a4eba src/slave/flags.hpp 55cf671 src/slave/slave.hpp 90b2c83 src/slave/slave.cpp 6bcf64f src/tests/authentication_tests.cpp 127c5e6 src/tests/mesos.cpp ae926c9 src/tests/slave_recovery_tests.cpp 84b7796 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