Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 26766200B9F for ; Tue, 11 Oct 2016 21:16:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 252B1160AF4; Tue, 11 Oct 2016 19:16:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 99AFC160AF3 for ; Tue, 11 Oct 2016 21:16:26 +0200 (CEST) Received: (qmail 96869 invoked by uid 500); 11 Oct 2016 19:16:20 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 96627 invoked by uid 99); 11 Oct 2016 19:16:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2016 19:16:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7F32B2C4C75 for ; Tue, 11 Oct 2016 19:16:20 +0000 (UTC) Date: Tue, 11 Oct 2016 19:16:20 +0000 (UTC) From: "Greg Mann (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-6365) Pass credentials to the agent for executor authentication and fetching MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 11 Oct 2016 19:16:27 -0000 Greg Mann created MESOS-6365: -------------------------------- Summary: Pass credentials to the agent for executor authentication and fetching Key: MESOS-6365 URL: https://issues.apache.org/jira/browse/MESOS-6365 Project: Mesos Issue Type: Epic Components: slave Reporter: Greg Mann Three features are currently driving the need for a mechanism to pass secrets/credentials from the master to the agent: * HTTP executor authentication * Container image fetching * Artifact fetching We currently provide the ability to authenticate with a Docker registry, but the credentials used for this may only be set once on the agent via a command-line flag. Allowing operators to specify a Docker credential on a per-task basis requires a secret-passing mechanism. We should design and implement a method for passing secrets that will work in all three of these scenarios. -- This message was sent by Atlassian JIRA (v6.3.4#6332)