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

Owen O'Malley commented on HADOOP-6832:
---------------------------------------

{quote}
What do you mean by "username lookup" here?
{quote}
{code}
+      this.username = conf.getInitParameter(USERNAME_KEY);
+      this.user = new User(username);
{code}
I agree it isn't huge, which is why I left it in, but it also isn't adding any 
value.

{quote}
The same could be said for every other default throughout all of common, HDFS, 
and MR, no?
{quote}

No, actually. We do it in a lot of places, but it leads to lots of confusion. 
Furthermore, this isn't a framework default, but a plugin default. I don't 
think it is appropriate to put into the default configuration file.

{quote}
Apparently most of our very-confused customers who've filed tickets about this 
don't agree. 
{quote}

The issue isn't the default value of "dr.who". Having a magic value of 
"webuser" will have *exactly* the same problem with trying to figure out where 
it is coming from. Furthermore, if they *actually* have a real *webuser* 
account, it could create problems. I guess we could use "default.web.user" or 
something. 


> Provide a web server plugin that uses a static user for the web UI
> ------------------------------------------------------------------
>
>                 Key: HADOOP-6832
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6832
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: h-6382.patch, h-6832.patch, h-6832.patch, h-6832.patch, 
> hadoop-6832.txt, static-web-user.patch
>
>
> We need a simple plugin that uses a static user for clusters with security 
> that don't want to authenticate users on the web UI.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to