You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:28:12 UTC

[jira] [Issue Comment Deleted] (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 ]

Gavin updated MESOS-6670:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> 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
>            Priority: Major
>              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;
> - Most of the others already have authz:
>     LIST_FILES = 7;
>     READ_FILE = 8;
>     GET_STATE = 9;
>     GET_FRAMEWORKS = 11;
>     GET_EXECUTORS = 12;
>     GET_TASKS = 13;
>     LAUNCH_NESTED_CONTAINER = 14;
>     WAIT_NESTED_CONTAINER = 15;
>     KILL_NESTED_CONTAINER = 16;
>     LAUNCH_NESTED_CONTAINER_SESSION = 17;
>     ATTACH_CONTAINER_INPUT = 18;
>     ATTACH_CONTAINER_OUTPUT = 19;
> - Some don't have authz, but need it, and these are the ones we're worried about.
>     GET_FLAGS = 2;
>     SET_LOGGING_LEVEL = 6;
>     GET_CONTAINERS = 10;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)