[
https://issues.apache.org/jira/browse/MESOS-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282238#comment-15282238
]
Greg Mann commented on MESOS-5286:
----------------------------------
{code}
Commit: 25376d8ee9227653a93f546e33be49500b6d9d5c
Parents: acde41a
Author: Greg Mann <[email protected]>
Authored: Wed May 11 22:45:30 2016 -0400
Committer: Kapil Arya <[email protected]>
Committed: Thu May 12 01:50:20 2016 -0400
Enabled authorization of libprocess HTTP endpoints (libprocess).
{code}
{code}
Commit: d0b0ca638ec033b62da8f86cba9e42a955916eb4
Parents: 25376d8
Author: Greg Mann <[email protected]>
Authored: Wed May 11 22:45:37 2016 -0400
Committer: Kapil Arya <[email protected]>
Committed: Thu May 12 01:50:20 2016 -0400
Enabled authorization of libprocess HTTP endpoints (Mesos).
{code}
{code}
Commit: 12b05e837f96acfa7a88926fc331eeba695d2112
Parents: d0b0ca6
Author: Greg Mann <[email protected]>
Authored: Wed May 11 22:45:40 2016 -0400
Committer: Kapil Arya <[email protected]>
Committed: Thu May 12 01:50:20 2016 -0400
Added authorization callback for '/metrics/snapshot'.
{code}
{code}
Commit: d5e1a47dbb5db4af372a079d8cd287392ebe30fa
Parents: 12b05e8
Author: Greg Mann <[email protected]>
Authored: Wed May 11 22:45:43 2016 -0400
Committer: Kapil Arya <[email protected]>
Committed: Thu May 12 01:50:20 2016 -0400
Allowed tests to authorize libprocess HTTP endpoints.
{code}
{code}
Commit: a776785f3ea94ee7e827bd5aa7e37f323b6a2230
Parents: d5e1a47
Author: Greg Mann [email protected]
Authored: Wed May 11 22:45:46 2016 -0400
Committer: Kapil Arya [email protected]
Committed: Thu May 12 01:50:20 2016 -0400
Added MetricsTests with authorization.
{code}
{code}
Commit: 1140f6e5c3757034896ec9256a9d118c4331a361
Parents: a776785
Author: Greg Mann [email protected]
Authored: Wed May 11 22:45:49 2016 -0400
Committer: Kapil Arya [email protected]
Committed: Thu May 12 01:50:20 2016 -0400
Added authorization callback for '/logging/toggle'.
{code}
{code}
Commit: a5ce87b268bbb9eb0c7fc8e32873d62dcb05d9e4
Parents: 1140f6e
Author: Greg Mann <[email protected]>
Authored: Wed May 11 22:45:52 2016 -0400
Committer: Kapil Arya <[email protected]>
Committed: Thu May 12 01:50:20 2016 -0400
Added a LoggingTest with authorization.
{code}
> Add authorization to libprocess HTTP endpoints
> ----------------------------------------------
>
> Key: MESOS-5286
> URL: https://issues.apache.org/jira/browse/MESOS-5286
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess
> Reporter: Greg Mann
> Assignee: Greg Mann
> Labels: mesosphere
> Fix For: 0.29.0
>
>
> Now that the libprocess-level HTTP endpoints have had authentication added to
> them in MESOS-4902, we can add authorization to them as well. As a first
> step, we can implement a "coarse-grained" approach, in which a principal is
> granted or denied access to a given endpoint. We will likely need to register
> an authorizer with libprocess.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)