fluent-logger-python icon indicating copy to clipboard operation
fluent-logger-python copied to clipboard

Can this package be used with TLS?

Open itaiMona opened this issue 7 years ago • 3 comments

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?

itaiMona avatar Dec 07 '18 15:12 itaiMona

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!

itaiMona avatar Dec 09 '18 09:12 itaiMona

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?

buanzo avatar Apr 25 '20 17:04 buanzo

Can we support TLS in parity with https://www.npmjs.com/package/fluent-logger#tlsssl-encryption

DavidHe1127 avatar Jan 19 '22 04:01 DavidHe1127