hashicorp / vault-rails

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

CI refactor #135

Closed dhuckins closed 1 year ago

dhuckins commented 1 year ago

same as https://github.com/hashicorp/vault-ruby/pull/294

The main change here is to not read the ~/.vault-token file for the token, just hard-code it. this takes out the race condition that was happening and allows us to have more consistent CI runs