Adam B created MESOS-5032:
-----------------------------

             Summary: Remove plain text Credential format (after deprecation 
cycle)
                 Key: MESOS-5032
                 URL: https://issues.apache.org/jira/browse/MESOS-5032
             Project: Mesos
          Issue Type: Improvement
          Components: master, slave
    Affects Versions: 0.21.1
            Reporter: Cody Maloney
            Assignee: Jan Schlicht
             Fix For: 0.29.0


Currently two formats of credentials are supported: JSON

{code}
  "credentials": [
    {
      "principal": "sherman",
      "secret": "kitesurf"
    }
{code}

And a new line file:
{code}
principal1 secret1
pricipal2 secret2
{code}

We should deprecate the new line format and remove support for the old format.



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

Reply via email to