-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57666/
-----------------------------------------------------------
Review request for mesos, Jan Schlicht and Vinod Kone.
Bugs: MESOS-6998
https://issues.apache.org/jira/browse/MESOS-6998
Repository: mesos
Description
-------
This patch adds a new agent flag, `--authenticate_http_executors`,
which requires authentication on the V1 executor API and loads the
default JWT authenticator.
Diffs
-----
docs/configuration.md 9f747406e91840335f97c0166ca75373e47d319b
src/common/http.hpp a3cfc5d8f0b2e453d5f6c3e485e92dbd643737a3
src/common/http.cpp 0848f70ad4fa9e67c74c9fbdd882d7ab5ed6eabf
src/slave/flags.hpp 2c4bd6ae628a272a4c6c2f02670baef011df4505
src/slave/flags.cpp 4637ca62b257921c1e1f7019864d968f07fca8a1
src/slave/slave.cpp 425d33e8c7c8c53afe6c60bca083df6d09d8657e
Diff: https://reviews.apache.org/r/57666/diff/1/
Testing
-------
make check
Thanks,
Greg Mann