-
Notifications
You must be signed in to change notification settings - Fork 181
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
allow to use tls for kafka #574
Conversation
@Issif I was about to PR this same feature! ibice@7a3aa25 In my solution, I included support for a custom CA. I suppose you plan to support it in the future since you added it to types.go. I'd be happy to add it once this gets merged. One question out of curiosity, what's the reason behind this? I understand there isn't any client certificate involved. falcosidekick/outputs/kafka.go Line 34 in a5ca9ec
|
Signed-off-by: Thomas Labarussias <issif_github@gadz.org>
I removed the field for the custom ca, I think this config should be global for all outputs, like we do with the key/certs for mTLS. This is something we could add in 2.29.0, don't want to block the 2.28.0 for that. For the |
@Issif ok, we can rely on the system CAs for now. Configuring the CA file globally makes sense. Tell me if you need help, I'll be happy to contribute. Thanks for the feature! |
Your contribution is welcome, you can already work on the subject, I'll just add the 2.29.0 as milestone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, Issif The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 50a4379ecfcdd650787d277471a69f7fc3ba67a4
|
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area config
/area outputs
What this PR does / why we need it:
Which issue(s) this PR fixes:
#547
Fixes #
Special notes for your reviewer: