-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60891/
-----------------------------------------------------------
(Updated Sept. 6, 2017, 5:38 p.m.)
Review request for mesos, Alexander Rojas, Gilbert Song, and Jie Yu.
Summary (updated)
-----------------
WIP: Added ACLs and AuthZ for standalone containers.
Bugs: MESOS-7305
https://issues.apache.org/jira/browse/MESOS-7305
Repository: mesos
Description (updated)
-------
This defines some coarse-grained AuthZ for launching and managing
standalone containers. Each HTTP principal can be given the right
to Launch, Wait upon, Kill, or Remove standalone containers under
a given (posix) user.
Diffs (updated)
-----
include/mesos/authorizer/acls.proto 9109283d81a3d25332fd74234099b5e6c9264c06
include/mesos/authorizer/authorizer.proto
38f0e0b48e2a243a594b5d81bddb2ce6fe4cf6bd
src/authorizer/local/authorizer.cpp 82ae846fd39de64704f0e8bd0fe2972f3750d2e6
Diff: https://reviews.apache.org/r/60891/diff/2/
Changes: https://reviews.apache.org/r/60891/diff/1-2/
Testing (updated)
-------
See later in chain.
Thanks,
Joseph Wu