You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2015/02/09 03:39:34 UTC

[jira] [Resolved] (MESOS-2327) Authorization docs incorrectly describe how to configure turn off permissive mode

     [ https://issues.apache.org/jira/browse/MESOS-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone resolved MESOS-2327.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.22.0
         Assignee: R.B. Boyer

commit 22197e9e4e7b324617f5c24d6451d9a1b37caf3a
Author: R.B. Boyer <ar...@nexusvector.net>
Date:   Sun Feb 8 18:36:19 2015 -0800

    Docs incorrectly state "permissive" mode ACLs are string-valued when
    they are actually boolean-valued.
    
    Review: https://reviews.apache.org/r/30761


> Authorization docs incorrectly describe how to configure turn off permissive mode
> ---------------------------------------------------------------------------------
>
>                 Key: MESOS-2327
>                 URL: https://issues.apache.org/jira/browse/MESOS-2327
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: R.B. Boyer
>            Assignee: R.B. Boyer
>             Fix For: 0.22.0
>
>
> Authorization docs incorrectly describe how to turn off permissive mode.
> http://mesos.apache.org/documentation/latest/authorization/
> The docs state that this is valid for an ACL file:
> {noformat}
> ...
> "permissive" : "false",
> ...
> {noformat}
> I attempted that with the latest release of Mesos and it failed because the JSON value was not expecting a String.  I changed it to a boolean:
> {noformat}
> ...
> "permissive" : false,
> ...
> {noformat}
> And Mesos happily accepted it.  The documentation simply needs updating.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)