-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44515/
-----------------------------------------------------------
(Updated March 15, 2016, 9:30 p.m.)
Review request for mesos, Adam B, Alexander Rojas, Joerg Schad, and Till
Toenshoff.
Changes
-------
Removed documentation of deprecated credentials format.
Bugs: MESOS-4849
https://issues.apache.org/jira/browse/MESOS-4849
Repository: mesos
Description
-------
Added agent flags for HTTP authentication.
Three command-line flags have been added to the agent to enable HTTP
authentication: `--authenticate_http`, `--http_credentials`, and
`--http_authenticators`.
Diffs (updated)
-----
src/slave/constants.hpp 0b4e41b4eee3280515cf8a1f049fe923503066f1
src/slave/flags.hpp feb095da4521f678c96f4cc53bdfda262d350388
src/slave/flags.cpp 4d10818105627738e258116647ccada374e3d7b9
src/slave/slave.cpp 840534ff0687e82ed063c386e36bbabada230697
src/tests/mesos.cpp 7cca4ed4753fa365b209d1d22f0df4650b19bc6a
Diff: https://reviews.apache.org/r/44515/diff/
Testing
-------
`sudo make check` was used to test on both OSX and Ubuntu 14.04.
Thanks,
Greg Mann