This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 663bfa6 Initialized a few bool variables to avoid compilation issues.
new 3034d3c Added authorization for `UpdateQuota` call in the master.
new 2ae1296 Added `UPDATE_QUOTA_WITH_CONFIG` authorization in the local
authorizor.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/mesos/authorizer/acls.proto | 2 +
include/mesos/authorizer/authorizer.proto | 15 ++-
src/authorizer/local/authorizer.cpp | 15 ++-
src/master/master.hpp | 7 ++
src/master/quota_handler.cpp | 27 ++++
src/tests/authorization_tests.cpp | 196 ++++++++++++++++++++++++++++++
src/tests/master_authorization_tests.cpp | 1 +
7 files changed, 260 insertions(+), 3 deletions(-)