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:28:58 UTC

[jira] [Created] (MESOS-6741) Authorize v1 SET_LOGGING_LEVEL call

Adam B created MESOS-6741:
-----------------------------

             Summary: Authorize v1 SET_LOGGING_LEVEL call
                 Key: MESOS-6741
                 URL: https://issues.apache.org/jira/browse/MESOS-6741
             Project: Mesos
          Issue Type: Bug
          Components: agent, security
            Reporter: Adam B


We need to add authz to this call to prevent unauthorized users from cranking the log level way up to take down an agent/master.
In the v0 API, we protected the /logging/toggle endpoint with a "coarse-grained" GET_ENDPOINT_WITH_PATH ACL, but that cannot be reused (directly) in the v1 API.
We could add an analagous coarse-grained V1_CALL_WITH_ACTION ACL, but we're probably better off just adding a trivial SET_LOG_LEVEL Authorization::Action and ACL.



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