-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57808/
-----------------------------------------------------------
(Updated March 22, 2017, 2:41 p.m.)
Review request for mesos, Anand Mazumdar, Alexander Rojas, and Vinod Kone.
Summary (updated)
-----------------
Added support for auth tokens to the default executor.
Bugs: MESOS-6304
https://issues.apache.org/jira/browse/MESOS-6304
Repository: mesos
Description
-------
This patch updates the default executor to extract
an authentication token from its environment when present,
and use this token to authenticate with the agent.
Diffs (updated)
-----
src/launcher/default_executor.cpp 6a885af50db6d489194cc9b780fcf1494e853694
Diff: https://reviews.apache.org/r/57808/diff/2/
Changes: https://reviews.apache.org/r/57808/diff/1-2/
Testing
-------
Testing details can be found at the end of this patch chain.
Thanks,
Greg Mann