fluent-logger-python
fluent-logger-python copied to clipboard
Can this package be used with TLS?
Hi, I'm using fluent-logger with a fluentd instance on a remote host and would like to secure the data transfer using TLS.
On the fluentd side, I follow the instructions set here.
IIUC, there's no support for TLS/SSL on this package yet, and in order to get that, we need to wrap the socket when needed (e.g., given a parameter in the sender's constructor) as described here.
Please tell me if I'm getting something wrong here, and if not, may I submit a pull request with this functionality?
Please see my fork of this package where I was able to make it work with TLS: https://github.com/itaiMona/fluent-logger-python
I'd love to create a pull request and merge this code back here. Would love guidance and pointers for what I should change further in my code to do that.
Thanks!
Hi, I am currently pursuing an open source project that involves fluentd and python. I am reviewing the available packages, and I noticed @itaiMona fork - Will the PR make it into mainline?
Can we support TLS in parity with https://www.npmjs.com/package/fluent-logger#tlsssl-encryption