You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Cody Maloney (JIRA)" <ji...@apache.org> on 2015/01/27 23:33:35 UTC

[jira] [Created] (MESOS-2281) Remove legacy Credential format

Cody Maloney created MESOS-2281:
-----------------------------------

             Summary: Remove legacy Credential format
                 Key: MESOS-2281
                 URL: https://issues.apache.org/jira/browse/MESOS-2281
             Project: Mesos
          Issue Type: Improvement
          Components: master, slave
    Affects Versions: 0.21.1
            Reporter: Cody Maloney


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 and remove support for the old format.



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