-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62637/
-----------------------------------------------------------
(Updated Oct. 16, 2017, 11:15 p.m.)
Review request for mesos, Alexander Rojas, Greg Mann, Jie Yu, and Joseph Wu.
Summary (updated)
-----------------
Added an object approver to authorize requests from resource providers.
Bugs: MESOS-8100
https://issues.apache.org/jira/browse/MESOS-8100
Repository: mesos
Description
-------
This patch adds `LocalImplicitResourceProviderObjectApprover`, which
authorize standalone container calls from a resource provider if the
container IDs are prefixed with the namespace string.
Diffs
-----
src/authorizer/local/authorizer.cpp 2fe7b879e649b13322cfcb300c21ef1ed0fea410
Diff: https://reviews.apache.org/r/62637/diff/2/
Testing
-------
make
Thanks,
Chun-Hung Hsiao