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

Hudson commented on YARN-9522:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16535 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16535/])
YARN-9522. AppBlock ignores full qualified class name of (gifuma: rev 
1b48100a5e5c6a08b91a9283bc2dbb7725e3236d)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/AppBlock.java


> AppBlock ignores full qualified class name of PseudoAuthenticationHandler
> -------------------------------------------------------------------------
>
>                 Key: YARN-9522
>                 URL: https://issues.apache.org/jira/browse/YARN-9522
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Prabhu Joseph
>            Assignee: Prabhu Joseph
>            Priority: Minor
>             Fix For: 3.3.0
>
>         Attachments: YARN-9522-001.patch, YARN-9522-002.patch
>
>
> {{AuthenticationHandler}} can be either configured using fqcn or type. 
> {{AppBlock}} checks for only the type simple and ignores the fqcn of 
> {{PseudoAuthenticationHandler}} while checking whether ui is secured or not.
> {code}
>    * @param authHandler The short-name (or fully qualified class name) of the
>    * authentication handler.
> {code}
> *AppBlock.java*
> {code}
>     // check if UI is unsecured.
>     String httpAuth = 
> conf.get(CommonConfigurationKeys.HADOOP_HTTP_AUTHENTICATION_TYPE);
>     this.unsecuredUI = (httpAuth != null) && httpAuth.equals("simple");
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to