Benjamin Bannier created MESOS-7854:
---------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)