You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2017/03/10 22:10:05 UTC

[jira] [Updated] (MESOS-6304) Add authentication support to the default executor

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

Greg Mann updated MESOS-6304:
-----------------------------
    Description: 
The default executor should be updated to authenticate with the agent when HTTP executor authentication is enabled. This will be hard-coded into the default executor for the MVP. The executor must:
* load the JWT from its environment, if present
* decorate its requests with an {{Authorization}} header containing the JWT

  was:
The default executor should be updated to authenticate with the agent when HTTP executor authentication is enabled. This will entail:
* loading the default JWT authenticatee module
* calling into the authenticatee before making requests to the agent
* decorating requests with the headers returned by the authenticatee


> Add authentication support to the default executor
> --------------------------------------------------
>
>                 Key: MESOS-6304
>                 URL: https://issues.apache.org/jira/browse/MESOS-6304
>             Project: Mesos
>          Issue Type: Improvement
>          Components: executor, modules, security
>            Reporter: Galen Pewtherer
>            Assignee: Greg Mann
>              Labels: executor, mesosphere, module, security
>
> The default executor should be updated to authenticate with the agent when HTTP executor authentication is enabled. This will be hard-coded into the default executor for the MVP. The executor must:
> * load the JWT from its environment, if present
> * decorate its requests with an {{Authorization}} header containing the JWT



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)