veracross / consult

Configuration and secrets management for Rails
MIT License
12 stars 0 forks source link

Support safe template re-rendering #16

Closed mmartell37 closed 6 years ago

mmartell37 commented 6 years ago

This is a work in progress based on #15, partially addressing #13.

The desire is to safely account for disk path and Consul key lookup errors as well as disk I/O errors (when attempting to render the final unified template) without affecting the previously-rendered template.

Custom error handling will be addresses in a separate PR.