Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

upczsh
Copy link

@upczsh upczsh commented Dec 21, 2023

…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
Copy link
Author

upczsh commented Apr 1, 2024

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

@kumaab kumaab requested a review from rameeshm April 1, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant