fluent-plugins-nursery / fluent-plugin-cloudwatch-logs

CloudWatch Logs Plugin for Fluentd
MIT License
201 stars 141 forks source link

Added support for passing the ssl_verify_peer flag to the AWS SDK #239

Closed syedriko closed 2 years ago

syedriko commented 2 years ago

This is useful for testing against the https://github.com/spulec/moto AWS mock server, which by default runs with a self-signed certificate.

jcantrill commented 2 years ago

cc @cosmo0920

syedriko commented 2 years ago

Could you add an explanation about this option to README.md?

With pleasure. I also added the new flag to in_cloudwatch_log for symmetry.