We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consul-template v0.19.1 (b91bacb)
{{with secret "secret/data/foo"}}{{.Data.data}}{{end}}
consul-template -log-level=trace -template "in.tmpl:out.txt:date" -vault-token=a54bde09-fcb5-2a1b-9671-4ecaa41ad586 -vault-addr=http://127.0.0.1:8200 Thu May 31 11:34:54 PDT 2018 Thu May 31 11:34:56 PDT 2018 Thu May 31 11:34:58 PDT 2018 Thu May 31 11:35:02 PDT 2018 Thu May 31 11:35:03 PDT 2018
https://gist.github.com/dadgar/c3e991d227f170b9394345e709099307
Should not re-render since the content of the map is the same.
Constantly re-rendering.
vault server -dev
vault token create -renewable -ttl=1000
vault kv put secret/foo a=1 b=2 c=3
Nomad Issue: hashicorp/nomad#4343
The text was updated successfully, but these errors were encountered:
Fixed in v0.19.2
v0.19.2
@dadgar I believe you fixed it in #1004
Sorry, something went wrong.
Just tried on a master and it works!
No branches or pull requests
Consul Template version
consul-template v0.19.1 (b91bacb)
Configuration
Command
consul-template -log-level=trace -template "in.tmpl:out.txt:date" -vault-token=a54bde09-fcb5-2a1b-9671-4ecaa41ad586 -vault-addr=http://127.0.0.1:8200 Thu May 31 11:34:54 PDT 2018 Thu May 31 11:34:56 PDT 2018 Thu May 31 11:34:58 PDT 2018 Thu May 31 11:35:02 PDT 2018 Thu May 31 11:35:03 PDT 2018
Debug output
https://gist.github.com/dadgar/c3e991d227f170b9394345e709099307
Expected behavior
Should not re-render since the content of the map is the same.
Actual behavior
Constantly re-rendering.
Steps to reproduce
vault server -dev
vault token create -renewable -ttl=1000
vault kv put secret/foo a=1 b=2 c=3
References
Nomad Issue: hashicorp/nomad#4343
The text was updated successfully, but these errors were encountered: