Abhishek Kumar created RANGER-5479:
--------------------------------------
Summary: Remove hadoop libs from ranger-authn module
Key: RANGER-5479
URL: https://issues.apache.org/jira/browse/RANGER-5479
Project: Ranger
Issue Type: Improvement
Components: Ranger
Reporter: Abhishek Kumar
Assignee: Abhishek Kumar
hadoop libs are used for the below imports:
{code:java}
import org.apache.hadoop.security.authentication.server.AuthenticationToken;
import org.apache.hadoop.security.authentication.util.CertificateUtil; {code}
An equivalent of CertificateUtil is present in the nimbus library whereas
AuthenticationToken is not really needed in current implementation. Currently,
ranger-authn module implements JWT based authentication so a dependency on
hadoop libs should be avoided.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)