----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60891/#review180922 -----------------------------------------------------------
src/slave/http.cpp Lines 3050-3057 (patched) <https://reviews.apache.org/r/60891/#comment256264> Most of the logic that uses approvers here is being phased out for a proxy like object called acceptor, you should probably ask Greg about it before continuing with this approach. - Alexander Rojas On July 15, 2017, 2:41 a.m., Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/60891/ > ----------------------------------------------------------- > > (Updated July 15, 2017, 2:41 a.m.) > > > Review request for mesos, Alexander Rojas, Gilbert Song, and Jie Yu. > > > Bugs: MESOS-7305 > https://issues.apache.org/jira/browse/MESOS-7305 > > > Repository: mesos > > > Description > ------- > > This includes AuthZ based on the user the container is launched as. > When unspecified, the user is inherited from the agent. > > > Diffs > ----- > > include/mesos/authorizer/acls.proto > 9109283d81a3d25332fd74234099b5e6c9264c06 > include/mesos/authorizer/authorizer.proto > 38f0e0b48e2a243a594b5d81bddb2ce6fe4cf6bd > src/authorizer/local/authorizer.cpp > 82ae846fd39de64704f0e8bd0fe2972f3750d2e6 > src/slave/http.hpp ad412d4e2fde13a7afa3563c611ef50b11829cac > src/slave/http.cpp 60640e5dbf6c3f8c709351e77ca89f287cf12fc3 > > > Diff: https://reviews.apache.org/r/60891/diff/1/ > > > Testing > ------- > > TODO: Tests. > > > Thanks, > > Joseph Wu > >
