You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rojas (JIRA)" <ji...@apache.org> on 2016/12/08 17:21:58 UTC

[jira] [Assigned] (MESOS-6670) Authz for Agent v1 operator API

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

Alexander Rojas reassigned MESOS-6670:
--------------------------------------

    Assignee: Alexander Rojas

> Authz for Agent v1 operator API
> -------------------------------
>
>                 Key: MESOS-6670
>                 URL: https://issues.apache.org/jira/browse/MESOS-6670
>             Project: Mesos
>          Issue Type: Epic
>          Components: security
>            Reporter: Adam B
>            Assignee: Alexander Rojas
>              Labels: security
>             Fix For: 1.2.0
>
>
> Of the agent's current v1 operator Calls,
> - Some don't need authz:
>     GET_HEALTH = 1
>     GET_VERSION = 3;
>     GET_METRICS = 4;
>     GET_LOGGING_LEVEL = 5;
> - Some already have authz:
>     LIST_FILES = 7;
>     READ_FILE = 8;
>     LAUNCH_NESTED_CONTAINER = 14;
>     WAIT_NESTED_CONTAINER = 15;
>     KILL_NESTED_CONTAINER = 16;
> - Some probably have authz (filtering), but we need to test/verify
>     GET_STATE = 9;
>     GET_FRAMEWORKS = 11;
>     GET_EXECUTORS = 12;
>     GET_TASKS = 13;
> - Some don't have authz, but need it
>     GET_FLAGS = 2;
>     SET_LOGGING_LEVEL = 6;
>     GET_CONTAINERS = 10;
> - Some are brand new, and their authz is covered by MESOS-6474
>     LAUNCH_NESTED_CONTAINER_SESSION = 17;
>     ATTACH_CONTAINER_INPUT = 18;
>     ATTACH_CONTAINER_OUTPUT = 19;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)