-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60891/
-----------------------------------------------------------
(Updated Oct. 16, 2017, 4:42 p.m.)
Review request for mesos, Alexander Rojas, Gilbert Song, and Jie Yu.
Changes
-------
Rebased on top of the `MARK_AGENT_DOWN` change.
Summary (updated)
-----------------
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 587b71489730f9a1252c73c0239e3d9892b3ae8e
include/mesos/authorizer/authorizer.proto
87a805794f430fc8b2e47de6d624b95deef162b4
src/authorizer/local/authorizer.cpp 2fe7b879e649b13322cfcb300c21ef1ed0fea410
Diff: https://reviews.apache.org/r/60891/diff/3/
Changes: https://reviews.apache.org/r/60891/diff/2-3/
Testing
-------
See later in chain.
Thanks,
Joseph Wu