Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A60410202 for ; Sat, 15 Feb 2014 00:20:58 +0000 (UTC) Received: (qmail 45880 invoked by uid 500); 15 Feb 2014 00:20:44 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 45634 invoked by uid 500); 15 Feb 2014 00:20:36 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 45415 invoked by uid 99); 15 Feb 2014 00:20:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 00:20:26 +0000 Date: Sat, 15 Feb 2014 00:20:25 +0000 (UTC) From: "Brandon Li (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-5716) Allow WebHDFS to use pluggable authentication filter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-5716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902188#comment-13902188 ] Brandon Li commented on HDFS-5716: ---------------------------------- The new patch has just comment change and got +1 from Jinkins last time already. The test failures are unrelated. I've committed the patch. Thank you, Haohui. > Allow WebHDFS to use pluggable authentication filter > ---------------------------------------------------- > > Key: HDFS-5716 > URL: https://issues.apache.org/jira/browse/HDFS-5716 > Project: Hadoop HDFS > Issue Type: Bug > Components: webhdfs > Reporter: Haohui Mai > Assignee: Haohui Mai > Fix For: 2.4.0 > > Attachments: HDFS-5716.000.patch, HDFS-5716.001.patch, HDFS-5716.002.patch > > > Currently the WebHDFS server only uses SPNEGO filters for authentication purposes. The design serves the purpose well when SPNEGO is available, however, other services (e.g., the web UI) where SPNEGO might be unavailable can also use WebHDFS. > Note that the web UI and the WebHDFS are served by the same Jetty server on the same port. The Web UI can use customized authentication filters, it might make sense to allow WebHDFS to take customized authentication filters as well. -- This message was sent by Atlassian JIRA (v6.1.5#6160)