[
https://issues.apache.org/jira/browse/MESOS-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960060#comment-15960060
]
Greg Mann commented on MESOS-6999:
----------------------------------
{code}
commit 9845086949f5ab6442228ca8176f977fa0bcba8d
Author: Greg Mann <[email protected]>
Date: Thu Apr 6 17:16:35 2017 -0700
Added further tests for executor secret generation.
This patch adds two further tests for executor secret
generation, `SlaveTest.RunTaskGroupReferenceTypeSecret`
and `SlaveTest.RunTaskGroupFailedSecretAfterShutdown`.
Review: https://reviews.apache.org/r/57925/
{code}
{code}
commit e033c1a681f8867f97c70b825cae5b3740f34c9a
Author: Greg Mann <[email protected]>
Date: Thu Apr 6 17:15:32 2017 -0700
Added 'shutdownExecutor' methods to the mock agent.
This patch adds both mocked and unmocked `shutdownExecutor` methods
to the mock agent to facilitate testing of failure scenarios related
to executor secret generation.
Review: https://reviews.apache.org/r/57924/
{code}
> Add agent support for generating and passing executor secrets
> -------------------------------------------------------------
>
> Key: MESOS-6999
> URL: https://issues.apache.org/jira/browse/MESOS-6999
> Project: Mesos
> Issue Type: Task
> Components: agent, security
> Reporter: Greg Mann
> Assignee: Greg Mann
> Labels: agent, executor, flags, mesosphere, security
> Fix For: 1.3.0
>
>
> The agent must generate and pass executor secrets to all executors using the
> V1 API. For MVP, the agent will have this behavior by default when compiled
> with SSL support. To accomplish this, the agent must:
> * load the default {{SecretGenerator}} module
> * call the secret generator when launching an executor
> * pass the generated secret into the executor's environment
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)