You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/07/04 16:51:23 UTC

mesos git commit: Fixed incorrect comment on ACCESS_SANDBOX in authorizer.proto.

Repository: mesos
Updated Branches:
  refs/heads/master 92713431c -> 97cc5b58c


Fixed incorrect comment on ACCESS_SANDBOX in authorizer.proto.

The current semantic is that these fields might not be set.

Review: https://reviews.apache.org/r/49319/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/97cc5b58
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/97cc5b58
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/97cc5b58

Branch: refs/heads/master
Commit: 97cc5b58c67930cc3d23eaefe14b5be3f84af4a2
Parents: 9271343
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Mon Jul 4 18:44:16 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Mon Jul 4 18:50:29 2016 +0200

----------------------------------------------------------------------
 include/mesos/authorizer/authorizer.proto | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/97cc5b58/include/mesos/authorizer/authorizer.proto
----------------------------------------------------------------------
diff --git a/include/mesos/authorizer/authorizer.proto b/include/mesos/authorizer/authorizer.proto
index e22d3a4..f6cabf0 100644
--- a/include/mesos/authorizer/authorizer.proto
+++ b/include/mesos/authorizer/authorizer.proto
@@ -87,8 +87,9 @@ enum Action {
   // `FrameworkInfo` set.
   VIEW_EXECUTOR = 15;
 
-  // This action will have a `FrameworkInfo` and `ExecutorInfo` set,
-  // allowing both as objects in order to perform authorization.
+  // This action will have an object which commonly has both a
+  // `FrameworkInfo` and `ExecutorInfo` set. In exceptional cases the
+  // object might have nothing set. See MESOS-5730.
   ACCESS_SANDBOX = 16;
 
   // This action will not fill in any object fields, since the object