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 DBD57200B38 for ; Thu, 23 Jun 2016 14:31:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DA5EB160A58; Thu, 23 Jun 2016 12:31:17 +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 612EA160A68 for ; Thu, 23 Jun 2016 14:31:17 +0200 (CEST) Received: (qmail 20866 invoked by uid 500); 23 Jun 2016 12:31:16 -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 20849 invoked by uid 99); 23 Jun 2016 12:31:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 12:31:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 332BF2C1F5C for ; Thu, 23 Jun 2016 12:31:16 +0000 (UTC) Date: Thu, 23 Jun 2016 12:31:16 +0000 (UTC) From: "Adam B (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-5150) Authorize Agent HTTP Endpoints MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Jun 2016 12:31:18 -0000 [ https://issues.apache.org/jira/browse/MESOS-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346339#comment-15346339 ] Adam B commented on MESOS-5150: ------------------------------- Missed one: /state was only being filtered on the master. https://reviews.apache.org/r/49082/ > Authorize Agent HTTP Endpoints > ------------------------------ > > Key: MESOS-5150 > URL: https://issues.apache.org/jira/browse/MESOS-5150 > Project: Mesos > Issue Type: Epic > Components: security, slave > Reporter: Adam B > Assignee: Alexander Rojas > Labels: agent, authorization, mesosphere, security, slave > Fix For: 1.0.0 > > > As we add authentication in agent http endpoint handlers in MESOS-4847, we now have the opportunity to perform ACL-based authorization on these endpoints. > Most important is the authorization of the /files endpoints, as those allow access to executor sandboxes (and agent logs), and the operator may wish to control which users may access which sandboxes. > Similarly, the operator may only want certain users to be able to view agent flags, change logging level, enable the profiler, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)