ranger icon indicating copy to clipboard operation
ranger copied to clipboard

RANGER-4623:Change the http client of the knox plug-in to avoid conne…

Open upczsh opened this issue 2 years ago • 1 comments

…ctivity failure caused by SSL links.

What changes were proposed in this pull request?

The ranger plug-in client does not need SSL handshake when calling knox, so it is replaced with apache http client to solve the SSL handshake problem and adjust the knox interface. The ranger knox test connection error is : Unable to retrieve any files using given parameters, You can still save the repository and start creating policies, but you would not be able to use autocomplete for resource names. Check ranger_admin.log for more info.

org.apache.ranger.plugin.client.HadoopException: Exception on REST call to KnoxUrl : https://xxx:8443/gateway/admin/api/v1/topologies.. javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. image

image

How was this patch tested?

Click ranger knox service connectivity test, and pull down to view policy files, etc. image image image

You can see it : https://issues.apache.org/jira/projects/RANGER/issues/RANGER-4623?filter=allissues

upczsh avatar Dec 21 '23 09:12 upczsh

Requesting review for this PR. @kumaab @bhavikpatel9977 @mneethiraj

upczsh avatar Apr 01 '24 03:04 upczsh