You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arun Suresh (JIRA)" <ji...@apache.org> on 2015/03/03 22:58:07 UTC

[jira] [Commented] (HADOOP-10709) Reuse Filters across web apps

    [ https://issues.apache.org/jira/browse/HADOOP-10709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14345819#comment-14345819 ] 

Arun Suresh commented on HADOOP-10709:
--------------------------------------

[~benoyantony], thanks for the patch..

[~aw], I am now wondering if this might actually solve HDFS-5796.. 

Does it make sense to move the ability to accept multiple Filters to the {{AuthenticationFilterInitializer}},  Also, we can place the {{TokenAuthFilter}} in front of the set of filters.. that way the request wont have to pass thru multiple auth filters that do the same thing. 

> Reuse Filters across web apps
> -----------------------------
>
>                 Key: HADOOP-10709
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10709
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>            Reporter: Benoy Antony
>            Assignee: Benoy Antony
>         Attachments: HADOOP-10709.patch
>
>
> Currently, we need to define separate authentication filters for webhdfs and general webui. This also involves defining parameters for those filters.
> It will be better if one could reuse filters for web apps if desired. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)