You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Marco Massenzio (JIRA)" <ji...@apache.org> on 2015/10/06 01:35:26 UTC

[jira] [Commented] (MESOS-3557) Improve the documentation for ACLs

    [ https://issues.apache.org/jira/browse/MESOS-3557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944251#comment-14944251 ] 

Marco Massenzio commented on MESOS-3557:
----------------------------------------

Changed the title of this ticket to more closely reflect the need (feel free to change it back if you feel I'm misinterpreting the requirement).

I would encourage people who are currently working on the security features to comment here ([~adam-mesos], [~bernd-mesos], [~arojas], etc.) to comment here - or, even, [~jhftrifork] to submit a patch for the documentation to get the conversation going.

Thanks!

> Improve the documentation for ACLs
> ----------------------------------
>
>                 Key: MESOS-3557
>                 URL: https://issues.apache.org/jira/browse/MESOS-3557
>             Project: Mesos
>          Issue Type: Documentation
>            Reporter: James Fisher
>
> I am trying to understand the documentation for the authentication system. The interpretation of the
>     { "type": "NONE" }
> string predicate is strange. In particular I want to know what the interpretation of the following ACL should be:
> {code}
>      {
>        "run_tasks": [
>                       {
>                         "principals": { "type": "NONE" },
>                         "users": { "type": "NONE" }
>                       }
>                     ]
>      }
> {code}



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