Benjamin Hindman created MESOS-1141:
---------------------------------------
Summary: Add a 'user' field to CommandInfo.
Key: MESOS-1141
URL: https://issues.apache.org/jira/browse/MESOS-1141
Project: Mesos
Issue Type: Improvement
Components: framework, master, slave
Reporter: Benjamin Hindman
A framework must specify the 'user' it wants to use at the time of registration
by filling in the 'user' field of FrameworkInfo. Instead, a framework should be
able to specify a user per task or executor by including the user in
CommandInfo. The source of truth for the user from the slave's perspective
should be CommandInfo.user and the master should validate (and possibly update)
CommandInfo.user when a task is launched. We'll also need to authorize each
user a framework attempts to use during task validation.
--
This message was sent by Atlassian JIRA
(v6.2#6252)