You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/02/09 03:37:03 UTC

mesos git commit: Docs incorrectly state "permissive" mode ACLs are string-valued when they are actually boolean-valued.

Repository: mesos
Updated Branches:
  refs/heads/master 3c8c382e5 -> 22197e9e4


Docs incorrectly state "permissive" mode ACLs are string-valued when
they are actually boolean-valued.

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


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

Branch: refs/heads/master
Commit: 22197e9e4e7b324617f5c24d6451d9a1b37caf3a
Parents: 3c8c382
Author: R.B. Boyer <ar...@nexusvector.net>
Authored: Sun Feb 8 18:36:19 2015 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Sun Feb 8 18:36:20 2015 -0800

----------------------------------------------------------------------
 docs/authorization.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/22197e9e/docs/authorization.md
----------------------------------------------------------------------
diff --git a/docs/authorization.md b/docs/authorization.md
index 6697944..2634fbf 100644
--- a/docs/authorization.md
+++ b/docs/authorization.md
@@ -140,7 +140,7 @@ There are couple of important things to note:
 7. Framework `foo` can only register with `analytics` role but no other roles. Also, no other framework can register with any roles.
 
             {
-              "permissive" : "false",
+              "permissive" : false,
 
               "register_frameworks": [
                                        {
@@ -154,7 +154,7 @@ There are couple of important things to note:
 8. Only `ops` principal can shutdown any frameworks through "/shutdown" HTTP endpoint.
 
             {
-              "permissive" : "false",
+              "permissive" : false,
 
               "shutdown_frameworks": [
                                        {