rameeshm commented on code in PR #844:
URL: https://github.com/apache/ranger/pull/844#discussion_r2785332748


##########
security-admin/pom.xml:
##########
@@ -896,7 +896,8 @@
                             <packagingExcludes>WEB-INF/lib/spring-*.SEC03.jar,
                                 WEB-INF/lib/spring-*.RC3.jar,
                                 WEB-INF/lib/spring-2.*.jar,
-                                WEB-INF/lib/jetty-*.jar</packagingExcludes>
+                                WEB-INF/lib/jetty-*.jar,
+                                
WEB-INF/lib/hadoop-client-api-*.jar</packagingExcludes>

Review Comment:
   Issue was with hadoop-client-api*jar where it shared the 
org.apache.hadoop.security.authentication.util.SignerSecretProvider class with 
hadoop_auth.jar and caused the login issue.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to