Open Benedikt1992 opened 6 years ago
@Benedikt1992 octokit is listed as a build
dependency only and is not used for logstash at run-time. This must be a bug in how we build Logstash that octokit
is causing you problems.
That said, we can also try upgrading octokit, but doing so is a workaround for the real problem which is logstash releases incorrectly including a dependency on octokit.
@jordansissel Thank you for your reply. In this case it may becomes important that I'm using the docker image logstash-oss:6.0.0
With logstash-oss:6.0.1
the issue persists
I'm currently developing a logstash input plugin to get log files from google cloud storage service.
Most of the google cloud gems have a dependency on
faraday ~> 0.12
. Unfortunately the version ofoctokit
required by logstash relies onfaraday < 0.10, ~> 0.8
. This can't be resolved (obviously).octokit has alredy updated their dependencies. Since version 4.6.0 it relies on
faraday <1.0, ~>0.8
. This could be resolved.If the version is not updated logstash is incompatible to most of the google cloud services.