You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2017/04/28 21:55:52 UTC

[6/6] mesos git commit: Added `register_agents` to authorization.md.

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 <xu...@apple.com>
Authored: Thu Mar 16 15:49:05 2017 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
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>