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 2016/12/07 08:21:58 UTC

[jira] [Created] (MESOS-6739) Authorize v1 GET_CONTAINERS call

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)