hashicorp / vault-rails

A Rails plugin for easily integrating Vault secrets
Mozilla Public License 2.0
339 stars 53 forks source link

resolve issues with CI #120

Closed radditude closed 2 years ago

radditude commented 2 years ago

Description

Fun story! CI suddenly started failing due to an SSL error when downloading the Vault binary from releases.hashicorp.com: https://github.com/hashicorp/vault-rails/blob/8c953255b7d8f18c95e284e49e2596df5f9efe10/.circleci/config.yml#L33

Upon further investigation, this proved to be due to an outdated SSL library.

It also turns out that Circle is going to be deprecating the (super old) Ubuntu 16.04 image we were using on May 31, 2022, which is in, uh, 6 days. So let's kill two birds with one stone and update Ubuntu.