Added `register_agents` to authorization.md. Review: https://reviews.apache.org/r/57710
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f77be687 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f77be687 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f77be687 Branch: refs/heads/master Commit: f77be6875b3d0006caf7029642a4f145dc42857f Parents: 29fc2df Author: Jiang Yan Xu <[email protected]> Authored: Thu Mar 16 15:49:05 2017 -0700 Committer: Jiang Yan Xu <[email protected]> Committed: Fri Apr 28 14:55:13 2017 -0700 ---------------------------------------------------------------------- docs/authorization.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f77be687/docs/authorization.md ---------------------------------------------------------------------- diff --git a/docs/authorization.md b/docs/authorization.md index 42337e7..d94f0f9 100644 --- a/docs/authorization.md +++ b/docs/authorization.md @@ -273,6 +273,14 @@ entries, each representing an authorizable action: </td> <td>Access Mesos logs.</td> </tr> +<tr> + <td><code>register_agents</code></td> + <td>Agent principal.</td> + <td>Implicitly given. A user should only use types ANY and NONE to allow/deny + agent (re-)registration. + </td> + <td>(Re-)registration of agents.</td> +</tr> </tbody> </table>
