[
https://issues.apache.org/jira/browse/RANGER-5479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Kumar resolved RANGER-5479.
------------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
Merged in master:
https://github.com/apache/ranger/commit/7a2d2da6d96a164ef3b58079900610c73ad0eb26
> 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
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)