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 2018/01/09 16:29:00 UTC

[jira] [Updated] (MESOS-7854) Authorize resource calls to provider manager api

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

Benjamin Bannier updated MESOS-7854:
------------------------------------
    Description: 
The resource provider manager provides a function
{code}
process::Future<process::http::Response> api(
    const process::http::Request& request,
    const Option<process::http::authentication::Principal>& principal) const;
{code}
which is exposed e.g., as an agent endpoint.

We need to add authorization to this function in order to e.g., stop rough callers.

  was:
The resource provider manager provides a function
{code}
process::Future<process::http::Response> api(
    const process::http::Request& request,
    const Option<process::http::authentication::Principal>& principal) const;
{code}
which is expose e.g., as an agent endpoint.

We need to add authorization to this function in order to e.g., stop rough callers.


> Authorize resource calls to provider manager api
> ------------------------------------------------
>
>                 Key: MESOS-7854
>                 URL: https://issues.apache.org/jira/browse/MESOS-7854
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Benjamin Bannier
>            Priority: Critical
>              Labels: csi-post-mvp, mesosphere, storage
>
> The resource provider manager provides a function
> {code}
> process::Future<process::http::Response> api(
>     const process::http::Request& request,
>     const Option<process::http::authentication::Principal>& principal) const;
> {code}
> which is exposed e.g., as an agent endpoint.
> We need to add authorization to this function in order to e.g., stop rough callers.



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