[
https://issues.apache.org/jira/browse/MESOS-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
R.B. Boyer updated MESOS-2327:
------------------------------
Description:
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.
was:
Authorization docs incorrectly describe how to configure 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.
> 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
>
> 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)