logstash-plugins / logstash-codec-avro

A logstash codec plugin for decoding and encoding Avro records
Apache License 2.0
15 stars 63 forks source link

SSL support. #41

Open mashhurs opened 1 year ago

mashhurs commented 1 year ago

Issue description

Currently, the plugin doesn't have any options to set CA, SSL certificate or any SSL related configs. There are cases where corporates sign their own CAs to trust and the plugin needs to connect to the server (schema_uri) configured with self-CA and now plugin cannot retrieve the schema due to this limitation.

Acceptance Criteria

The plugin should be able to connect to self-signed SSL network by adding SSL configurations.