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

Add mTLS support to WebHDFSHook #44561

Merged
merged 4 commits into from
Dec 2, 2024
Merged

Add mTLS support to WebHDFSHook #44561

merged 4 commits into from
Dec 2, 2024

Conversation

markhatch
Copy link
Contributor

@markhatch markhatch commented Dec 2, 2024

Adds support for mutual TLS authentication in WebHDFSHook by allowing users to configure client certificates through connection extras.

Users can now specify either:

  • Separate certificate and key files using cert and key parameters
  • A combined certificate file using just the cert parameter

Added simple tests and updated documentation.


@potiuk
Copy link
Member

potiuk commented Dec 2, 2024

Looks good, but some static checks failed. I recommend installing pre-commit, rebasing and running breeze static-checks --only-my-changes before re-submitting

@potiuk potiuk merged commit 5b898ad into apache:main Dec 2, 2024
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants