You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Adam B (JIRA)" <ji...@apache.org> on 2018/01/12 09:21:04 UTC

[jira] [Updated] (MESOS-5032) Remove plain text Credential format (after deprecation cycle)

     [ https://issues.apache.org/jira/browse/MESOS-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam B updated MESOS-5032:
--------------------------
    Shepherd:   (was: Adam B)

> 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: agent, master
>    Affects Versions: 1.0.0
>            Reporter: Cody Maloney
>            Priority: Minor
>              Labels: mesosphere, security, tech-debt
>
> Currently two formats of credentials are supported: JSON
> {code}
>   "credentials": [
>     {
>       "principal": "sherman",
>       "secret": "kitesurf"
>     }
> {code}
> And a deprecated new line file:
> {code}
> principal1 secret1
> pricipal2 secret2
> {code}
> We deprecated the new line format in 0.29, and should remove it after the deprecation cycle ends.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)