snowplow / igluctl

A command-line tool for working with Iglu schema registries
8 stars 6 forks source link

Drop support for iglu-server <0.6.0 #127

Closed lmath closed 2 years ago

lmath commented 2 years ago

We need to send a request to the iglu server to create keys on each run of igluctl server keygen. We need to send a request to create a temporary key for each run of igluctl server keygen too for iglu servers pre-0.6.0. This is a POST request that requires a vendor prefix. Pre-0.6.0 iglu-servers expect the vendor prefix to come via a form, so there is special logic to ensure this.

0.6.0 was released two and a half years ago so anything pre-0.6.0 is older than that. There are relevant docs for getting up a 0.3.0 server, but getting a pre-0.6.0 server up for testing gets more involved as time goes on.

Let's remove this support for iglu-servers < 0.6.0 so that we can focus our energy on things other than this support.