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

feat(Kafka nodes): Client side SSL authentication support for Kafka nodes #12914

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

cylabr
Copy link

@cylabr cylabr commented Jan 29, 2025

Summary

This PR adds client side SSL authentication support for Kafka nodes, to be able to connect to a Kakfa cluster that enforces a client side SSL authentication.
New properties are available in the Kafka credentials form to achieve that:

  • Client SSL Cert
  • Client SSL Key
  • Client SSL Key Passphrase

Related Linear tickets, Github issues, and Community forum posts

A previous PR covering this subject was closed and never merged, this new PR removes the ability to specify a CA certificate to avoid any confusion.

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ cylabr
❌ cyla


cyla seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request in linear Issue or PR has been created in Linear for internal review labels Jan 29, 2025
@Joffcom
Copy link
Member

Joffcom commented Jan 29, 2025

Hey @cylabr,

Thanks for the PR, We have created "GHC-653" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

@ultrabug
Copy link

Thanks @Joffcom , I'd like to say that having SSL support is critical for enterprise level applications such as us at Numberly.

Hope this gets in soon 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants