Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
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).
Attachments
Issue Links
- is related to
-
MESOS-5369 Coarse-grained authorization of endpoints is supported only for short url paths.
- Accepted