Guangya Liu created MESOS-4293:
----------------------------------
Summary: Updated master help message for acls.
Key: MESOS-4293
URL: https://issues.apache.org/jira/browse/MESOS-4293
Project: Mesos
Issue Type: Bug
Reporter: Guangya Liu
Assignee: Guangya Liu
The ACL messages now moved from mesos.proto to authorizer.proto,
the mesos master help message should also be updated to reflect this.
{code}
--acls=VALUE The value could be a JSON-formatted
string of ACLs
or a file path containing the
JSON-formatted ACLs used
for authorization. Path could be of
the form 'file:///path/to/file'
or '/path/to/file'.
Note that if the flag --authorizers
is provided with a value different
than 'local', the ACLs contents will
be ignored.
See the ACLs protobuf in mesos.proto
for the expected format.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)