gocardless / theatre

GoCardless' collection of Kubernetes extensions
MIT License
23 stars 17 forks source link

Remove envconsul dependency from theatre-envconsul #226

Closed benwh closed 3 years ago

benwh commented 3 years ago

Previously we've shelled-out to the envconsul binary in order to retrieve our secret material from Vault. Through this we've discovered several shortcomings:

By removing envconsul and implementing the fetching from Vault ourselves we simplify the code significantly and end up with something that's more performant and easy to reason about, as well as fixing the above issues.