-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44515/
-----------------------------------------------------------
(Updated March 23, 2016, 9:38 a.m.)
Review request for mesos, Adam B, Alexander Rojas, Joerg Schad, and Till
Toenshoff.
Changes
-------
Addressed comment, cleaned up `if ... else` block.
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 4189c07dbad754e51f1a067ecbb4c99ae42a386f
src/slave/flags.hpp 3067c128f1fded4f130f4d45f191584c2f30ad9c
src/slave/flags.cpp ce028825ad99f54a231b4b18dde277b63aa0525c
src/slave/slave.cpp 840534ff0687e82ed063c386e36bbabada230697
src/tests/mesos.cpp 90aef6bfe619dc0acdb4ccba6a7180482dd13ce5
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