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 Rukletsov (JIRA)" <ji...@apache.org> on 2016/04/28 20:42:12 UTC

[jira] [Updated] (MESOS-5299) Support hierarchiy based matching of HTTP endpoint authorization requests.

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

Alexander Rukletsov updated MESOS-5299:
---------------------------------------
    Description: The current HTTP endpoint authorization (e.g. the GET_ENDPOINT_WITH_PATH action) works by matching the request's object with entries in the ACL. This could be loosened to support hierarchies, for example a principal trying to access "/monitor/statistics" could be authorized to do so if an ACL rule exists that allows this principal to access "/monitor" (and hence all subpaths of it).  (was: The current HTTP endpoint authorization (e.g. the GET_ENDPOINT_WITH_PATCH action) works by matching the request's object with entries in the ACL. This could be loosened to support hierarchies, for example a principal trying to access "/monitor/statistics" could be authorized to do so if an ACL rule exists that allows this principal to access "/monitor" (and hence all subpaths of it).)

> Support hierarchiy based matching of HTTP endpoint authorization requests.
> --------------------------------------------------------------------------
>
>                 Key: MESOS-5299
>                 URL: https://issues.apache.org/jira/browse/MESOS-5299
>             Project: Mesos
>          Issue Type: Task
>          Components: security
>            Reporter: Jan Schlicht
>              Labels: acl, authorization, security
>             Fix For: 0.29.0
>
>
> The current HTTP endpoint authorization (e.g. the GET_ENDPOINT_WITH_PATH action) works by matching the request's object with entries in the ACL. This could be loosened to support hierarchies, for example a principal trying to access "/monitor/statistics" could be authorized to do so if an ACL rule exists that allows this principal to access "/monitor" (and hence all subpaths of it).



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