James Fisher created MESOS-3557:
-----------------------------------
Summary: Interpretation of { "type": "NONE" } in access control
lists
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)