-
Notifications
You must be signed in to change notification settings - Fork 103
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
support tls (with InsecureSkipVerify) #37
Conversation
@soulware How did you check this patch works? |
Hey @tagomoris - planning on working on getting some test coverage for this over the next couple of days. Wanted to get this on your radar early. |
Ah, I meant about the major use-case of this feature. |
If I understand your question correctly - we are intending to run fluentd with |
I think you understood my question. Thank you to answer for me. |
Fluentd v0.14 will have feature updates to use SSL/TLS transport layer with or without handshake protocol... now v0.14.6 has handshake(authentication) feature, but only on raw TCP. |
Interesting - thanks for the info. |
Correct. It's the reason of |
I'm confused by "v0.14 will have feature updates" when v0.14.6 is out now. Do you mean v0.15? |
I'll introduce it in any version of v0.14.x (7 or 8). 2016年9月29日木曜日、Simon [email protected]さんは書きました:
田籠 聡 (TAGOMORI Satoshi) |
Is this PR still alive? |
This PR doesn't work as is. This line:
Should be:
|
We have a need to support Fluent-bit Forward protocol via TLS. I see that the Forward Protocol for fluentd supports mutual TLS. Or is there another golang library that supports TLS over the Forward Protocol? Thanks. |
@wfernandes , Did you find any golang library for forwarding which supports TLS ??? |
@Manikandan-Raj We didn't. Instead we used ghostunnel as a TLS proxy between our source and fluent-bit. |
In 2016, there wasn't TLS support in https://docs.fluentd.org/input/tcp#less-than-transport-greater-than-section |
@fujimotos / @tagomoris we can close this as well. #107 |
Support
tls
via case on FluentNetwork -tcp|tls|unix