-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66932/
-----------------------------------------------------------
(Updated May 8, 2018, 3:08 p.m.)
Review request for mesos, Benjamin Bannier and Chun-Hung Hsiao.
Changes
-------
Addressed issues.
Bugs: MESOS-8774
https://issues.apache.org/jira/browse/MESOS-8774
Repository: mesos
Description
-------
If a token is provided, it will be used in HTTP requests to the resource
provider manager. This allows JWT based authentication and authorization
for resource providers.
The (unimplemented) credential support in `resource_provider::Driver`
has been removed in favor of the token-based approach.
Diffs (updated)
-----
include/mesos/v1/resource_provider.hpp
787c619cb6d7574c3ffcd22c5ad2f3a6a3b56694
src/resource_provider/driver.cpp 70b7e3244a18dd854a85c65853fe32d82a5ec7d4
src/resource_provider/http_connection.hpp
0ae8124150dff96296a4a2c358338fe196717b1a
src/resource_provider/storage/provider.cpp
eb35780d96b58b229766c94f87000cd9821d10e5
src/tests/mesos.hpp b945edf07e98422bf6bfceb6d0d9fa2ff188aece
Diff: https://reviews.apache.org/r/66932/diff/2/
Changes: https://reviews.apache.org/r/66932/diff/1-2/
Testing
-------
make check
Thanks,
Jan Schlicht