consul-template
consul-template copied to clipboard
Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.
As suggested in the issue #1395, this PR implements a metric system using the [armon/go-metrics](https://github.com/armon/go-metrics) library along with few metrics. To achieve such implementation, the metric system was based on...
Template execute errors would return the values related to the error in certain cases and these could end up in the logs. This makes sure that if those values are...
### Expected behavior What should have happened? Should not have had any CVEs ### Actual behavior Found CVEs What actually happened? ### Steps to reproduce 1. trivy image --security-checks vuln...
Fixes #1614
## Summary After a few months of weighing the current state of OpenTel vs the current need for metrics wrt to the Consul ecosystem, it has become more evident to...
### Consul Template version consul-template v0.29.0 () ### Configuration ```liquid {{ secret "kv/metadata/example/path" "max_versions=1" }} ``` ### Command ```shell consul-template --log-level debug --once --dry --template ver.tpl ``` ### Debug output...
Hi! I have issued certificate by old CA. Create new Vault PKI and target consul template to old .pem file. After start consul I've expect replace old CA certificate instantly...
Hi, We have multiple services registered to consul. Consul template running on Nginx machine is responsible for reading the consul services and updating the Nginx configuration, whenever a new server...
In VaultConfig's GoString() method it references `*c.LeaseRenewalThreshhold`, but `c` can be `nil` and, if so, this panics. It should use a `FloatGoString()` method (similar to the others in config/convert.go) to...
Please note that the Consul Template issue tracker is reserved for bug reports and enhancements. For general usage questions, please use the Consul Community Portal or the Consul mailing list:...