-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20301/
-----------------------------------------------------------
(Updated April 17, 2014, 1:56 a.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Reorganized master's conditional logic for logging authentication flags and
reading credentials, for less nesting and better readability.
Moved sasl/common.hpp to credentials/credentials.hpp and put it in the
mesos::internal::credentials namespace.
Summary (updated)
-----------------
Refactored reading credentials out of master.cpp
Bugs: MESOS-804
https://issues.apache.org/jira/browse/MESOS-804
Repository: mesos-git
Description (updated)
-------
Refactored reading credentials file out of master.cpp and into
credentials/credentials.hpp for reuse by slave authentication.
Diffs (updated)
-----
src/credentials/credentials.hpp PRE-CREATION
src/master/master.cpp 0335b34
Diff: https://reviews.apache.org/r/20301/diff/
Testing
-------
make check
Thanks,
Adam B