-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56901/
-----------------------------------------------------------
(Updated Feb. 28, 2017, 6:30 a.m.)
Review request for mesos, Adam B, Alexander Rojas, Jan Schlicht, Till
Toenshoff, and Vinod Kone.
Changes
-------
Changed 'AuthenticationContext' to 'Principal'.
Summary (updated)
-----------------
Updated master validation code to use the 'Principal' type.
Bugs: MESOS-7003
https://issues.apache.org/jira/browse/MESOS-7003
Repository: mesos
Description (updated)
-------
This patch updates master validation code to
make use of the `Principal` type instead of an
`Option<string> principal`.
Diffs (updated)
-----
src/master/validation.hpp f03b3280704083be1ca074ca07c69edbb49dae19
src/master/validation.cpp b8c6b49ca5ca1f15e58a2967adc335436a35071f
Diff: https://reviews.apache.org/r/56901/diff/
Testing
-------
Testing details can be found at the end of this review chain.
Thanks,
Greg Mann