-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove the unnecessary "syslog-server-cert" config - drop the "standards/tls" package. It was providing little value, and performing incorrect validation that hampers use of real certificates - stop setting "ServerName" in the TLS config. We will validate whatever host is specified in syslog-host - simplify parsing/validation of syslog-host - drop the message-inspecting layer violation in environs/config, where it would depend on the contents of error messages from the logfwd/syslog package. The error messages are less helpful now, but the code is not long for this world - rename ClientCACert to CACert, fix comments to match - fixes to feature test: - Dial "localhost" instead of 127.0.0.1, because the test certs don't have an IP SAN - Initialise a replica set. Log tailing requires the replicaset oplog to work properly. We were getting lucky before, because the oplog is only needed if the log messages come after the workers start - Change the date of the expected message to be in the future, not in the past. Having them in the past appears to muck with tailing
- Loading branch information
Showing
17 changed files
with
169 additions
and
1,248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.