You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2016/05/09 11:57:12 UTC

[jira] [Created] (MESOS-5343) Behavior of custom HTTP authenticators with disabled HTTP authentication is inconsistent between master and agent

Benjamin Bannier created MESOS-5343:
---------------------------------------

             Summary: Behavior of custom HTTP authenticators with disabled HTTP authentication is inconsistent between master and agent
                 Key: MESOS-5343
                 URL: https://issues.apache.org/jira/browse/MESOS-5343
             Project: Mesos
          Issue Type: Bug
            Reporter: Benjamin Bannier


When setting a custom authenticator with {{http_authenticators}} and also specifying {{authenticate_http=false}} currently agents refuse to start with
{code}
A custom HTTP authenticator was specified with the '--http_authenticators' flag, but HTTP authentication was not enabled via '--authenticate_http'
{code}

Masters on the other hand accept this setting.

Having differing behavior between master and agents is confusing, and we should decide on whether we want to accept these settings or not, and make the implementations consistent.




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