Prabhu Joseph created YARN-9522:
-----------------------------------
Summary: 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
Reporter: Prabhu Joseph
Assignee: Prabhu Joseph
{{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]