-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38950/
-----------------------------------------------------------
(Updated Dec. 7, 2015, 3:21 p.m.)
Review request for mesos, Adam B, Bernd Mathiske, and Till Toenshoff.
Bugs: MESOS-3756
https://issues.apache.org/jira/browse/MESOS-3756
Repository: mesos
Description
-------
Adds support for modularization of HTTP Authenticators.
It includes an example of how to do it with the Basic HTTP Authenticator.
Diffs (updated)
-----
include/mesos/authentication/http/basic_authenticator_factory.hpp
PRE-CREATION
include/mesos/module/http_authenticator.hpp PRE-CREATION
src/CMakeLists.txt c0d77c745eb5b12dd6d9d7afaba7e820f8d848ef
src/Makefile.am e96e0ec41e11acff00fbfb3e86427b48a0625bd2
src/authentication/http/basic_authenticator_factory.cpp PRE-CREATION
src/examples/test_http_authenticator_module.cpp PRE-CREATION
src/master/constants.hpp cc38dfcf57ecbc8555379084acbf2bfa4b3fc759
src/master/constants.cpp 98ea7c8f1e7c3057cfe941f82f1b71f7731a8f32
src/module/manager.cpp 1f04790510a2ab9ccd6907fd01be192f52ee90c6
src/tests/http_authentication_tests.cpp PRE-CREATION
src/tests/module.hpp e46ed12c80707bf44ceef3ed1a4eb2f321ce10f6
src/tests/module.cpp e272bf0eccb61ae54440ec79adac8efad804c828
Diff: https://reviews.apache.org/r/38950/diff/
Testing
-------
make check
Thanks,
Alexander Rojas