Adam B created MESOS-6739:
-----------------------------
Summary: Authorize v1 GET_CONTAINERS call
Key: MESOS-6739
URL: https://issues.apache.org/jira/browse/MESOS-6739
Project: Mesos
Issue Type: Bug
Components: agent, security
Reporter: Adam B
We need some kind of authorization for GET_CONTAINERS.
a. Coarse-grained like we already did for /containers. With this you could say
that Alice can GET_CONTAINERS for any/all containers on the cluster, but Bob
cannot see any containers' info.
b. Fine-grained authz like we have for /state and /tasks. With this you could
say that Alice can GET_CONTAINERS and see filtered results where user=alice,
but Bob can only see filtered results where user=bob. It would be nice to port
this to /containers as well if/when we add it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)