----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57615/ -----------------------------------------------------------
(Updated March 21, 2017, 2:47 p.m.) Review request for mesos, Anand Mazumdar, Jan Schlicht, and Vinod Kone. Bugs: MESOS-6304 https://issues.apache.org/jira/browse/MESOS-6304 Repository: mesos Description ------- This patch adds support for authentication tokens to the V1 default executor library. The tokens are loaded from a pre-determined environment variable, if present. Diffs (updated) ----- src/executor/executor.cpp 35378ec4b55ce0427e95f6b868baa6233c9068cd Diff: https://reviews.apache.org/r/57615/diff/4/ Changes: https://reviews.apache.org/r/57615/diff/3-4/ Testing ------- make check Once MESOS-6999 is resolved, additional tests must be implemented to verify that executor authentication is performed correctly. Thanks, Greg Mann