-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57473/
-----------------------------------------------------------
(Updated April 11, 2017, 12:58 p.m.)
Review request for mesos, Adam B and Benjamin Bannier.
Bugs: MESOS-7026
https://issues.apache.org/jira/browse/MESOS-7026
Repository: mesos
Description
-------
Adds mechanisms to support authorization of hierarchical roles,
that is, it allows operators to write ACLs of the form `role/%`
which will enforce the rule for any nested role, e.g. `role/a`,
`role/b` and such.
Diffs (updated)
-----
src/authorizer/local/authorizer.cpp 1c1f912794cfe61112a0e513b217ba3a755f35f1
Diff: https://reviews.apache.org/r/57473/diff/7/
Changes: https://reviews.apache.org/r/57473/diff/6-7/
Testing
-------
`make check`
Thanks,
Alexander Rojas