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

Allow syslog over TCP+TLS. #18998

Merged
merged 2 commits into from Jan 12, 2016
Merged

Allow syslog over TCP+TLS. #18998

merged 2 commits into from Jan 12, 2016

Conversation

calavera
Copy link
Contributor

Replace Go's stdlib version because it's no longer maintained.

Fixes #18364

Signed-off-by: David Calavera david.calavera@gmail.com

@thaJeztah
Copy link
Member

Thanks @calavera!

@calavera
Copy link
Contributor Author

This is blocked by RackSec/srslog#5.

@thaJeztah
Copy link
Member

Should we close this in the meantime?

@calavera
Copy link
Contributor Author

Should we close this in the meantime?

no need, it was just merged. I'm updating the vendor.

@icecrime
Copy link
Contributor

icecrime commented Jan 8, 2016

LGTM

1 similar comment
@cpuguy83
Copy link
Member

cpuguy83 commented Jan 8, 2016

LGTM

@cpuguy83
Copy link
Member

cpuguy83 commented Jan 8, 2016

Actually, can you split the vendor into a separate commit?

@runcom
Copy link
Member

runcom commented Jan 8, 2016

also needs a a rebase :(

The syslog package in the stdlib is not maintained anymore.

Signed-off-by: David Calavera <david.calavera@gmail.com>
@calavera
Copy link
Contributor Author

calavera commented Jan 8, 2016

@cpuguy83, @runcom rebased and split

@runcom
Copy link
Member

runcom commented Jan 8, 2016

LGTM

1 similar comment
@cpuguy83
Copy link
Member

cpuguy83 commented Jan 8, 2016

LGTM

@LK4D4
Copy link
Contributor

LK4D4 commented Jan 8, 2016

ping @thaJeztah @moxiegirl for review

@@ -107,6 +111,14 @@ the following named facilities:
* `local6`
* `local7`

`syslog-tls-ca-cert` specifies the absolute path in the host to the Trust certs signed by the CA. This option is ignored if the address protocol is not `tcp+tls`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nits;
s/Trust/trust/
s/certs/certificates/

also, can you wrap your lines to 80 chars?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, and absolute path in the host -> on the host? (or simply "the absolute path")

@thaJeztah
Copy link
Member

Thanks @calavera; some minor nits

Signed-off-by: David Calavera <david.calavera@gmail.com>
@calavera
Copy link
Contributor Author

@thaJeztah I addressed your comments.

@vdemeester
Copy link
Member

docs LGTM 🐉

@@ -107,6 +111,19 @@ the following named facilities:
* `local6`
* `local7`

`syslog-tls-ca-cert` specifies the absolute path to the trust certificates
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe form each of these into proper sentences:

The syslog-tls-ca-cert options specifies ....

@jamtur01
Copy link
Contributor

Docs LGTM minor comment.

@thaJeztah
Copy link
Member

@jamtur01 agreed, it can use a touch-up; I compared it to the existing docs, and decided that it's probably better to do that in a separate PR. Thanks for helping out reviewing James, much appreciated!!

LGTM

I'll merge this; we can revisit in e separate PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants