[
https://issues.apache.org/jira/browse/MESOS-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Rukletsov updated MESOS-4196:
---------------------------------------
Summary: Enable running tests without authorizer. (was: Enable running
tests without authorizer)
> Enable running tests without authorizer.
> ----------------------------------------
>
> Key: MESOS-4196
> URL: https://issues.apache.org/jira/browse/MESOS-4196
> Project: Mesos
> Issue Type: Bug
> Components: master, test
> Reporter: Alexander Rukletsov
> Labels: acl, authorization, mesosphere, security
>
> We do not support creating {{Master}} instance without an {{Authorizer}} in
> tests:
> https://github.com/apache/mesos/blob/aa497e81c945677c570484a8aa1a8c8b2e979dfd/src/tests/cluster.cpp#L217.
> This leads to a segfault when {{masterFlags.acls = None();}} is used in a
> test, while it's a valid use case and should be allowed.
> Alternatively, we use {{masterFlags.acls = ACLs();}}, which triggers creation
> of {{LocalAuthorizer}} with emtpy {{ACLs}}, which seems to be semantically
> equal to the absence of an authorizer, given {{permissive}} flag is {{true}}.
> This equivalence should be verified by a test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)