[
https://issues.apache.org/jira/browse/MESOS-4951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260109#comment-15260109
]
Kapil Arya commented on MESOS-4951:
-----------------------------------
{code}
commit 23bff549128c50586d34cda110e6f02021242973
Author: Greg Mann <[email protected]>
Date: Tue Apr 26 10:42:42 2016 -0400
Added a realm parameter to 'process::initialize' (Mesos).
In order to enable authentication on libprocess-level
HTTP endpoints, this patch adds code to the master and
agent's main.cpp file which makes use of the new
`authenticationRealm` argument to `process::initialize`
which allows the authentication realm of such endpoints
to be set when libprocess is initialized. The argument is
added to libprocess initialization in the tests as well.
Review: https://reviews.apache.org/r/46255/
commit 3d781197873c8f388a9ed9152bb1b3bbbb686d32
Author: Greg Mann <[email protected]>
Date: Tue Apr 26 10:42:25 2016 -0400
Added a realm parameter to `process::initialize` (libprocess).
In order to enable authentication on libprocess-level
HTTP endpoints, this patch adds a parameter to
process::initialize which allows the authentication
realm of such endpoints to be set when libprocess is
initialized.
Review: https://reviews.apache.org/r/46254/
{code}
> Enable actors to pass an authentication realm to libprocess
> -----------------------------------------------------------
>
> Key: MESOS-4951
> URL: https://issues.apache.org/jira/browse/MESOS-4951
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess, slave
> Reporter: Greg Mann
> Assignee: Greg Mann
> Labels: authentication, http, mesosphere, security
> Fix For: 0.29.0
>
>
> To prepare for MESOS-4902, the Mesos master and agent need a way to pass the
> desired authentication realm to libprocess. Since some endpoints (like
> {{/profiler/*}}) get installed in libprocess, the master/agent should be able
> to specify during initialization what authentication realm the
> libprocess-level endpoints will be authenticated under.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)