John Eikenberry
John Eikenberry
I do think an update to the docs to mention this is a good idea. Added a tag as a reminder.
Hey @sweetodev, thanks for the interest and sorry for the delay in reply. I'm not sure what the problem is exactly other than it looks like a DNS issue (failed...
Hey @lneva-fastly, thanks for taking the time to report this. Sorry to say I don't have a ton of experience with this sort of vault-agent, consul-tempalte intertaction so I'm not...
Hey @peteng-1, thanks for filing this issue. This looks like a single server testing setup. Correct? Assuming yes, this eliminates all possible consistency issues. You're running with `-once` so there's...
Hey @blalor. Thanks for the report and the followup. Just ran through the cases with and without your change to handle multi-phase evaluation and see that it fixes both 2...
It looks like the 2 SSL environment variables are set every time based on the configuration options. ``` [~]grep CONSUL_HTTP_SSL runner.go m["CONSUL_HTTP_SSL"] = strconv.FormatBool(config.BoolVal(r.config.Consul.SSL.Enabled)) m["CONSUL_HTTP_SSL_VERIFY"] = strconv.FormatBool(config.BoolVal(r.config.Consul.SSL.Verify)) ``` So if...
So this is either a documentation issue and that should be clarified in that section or the behavior should change to have the defaults reflect existing environmental setting if present....
Note that this is also a duplicate of #998 which matches the behavior with the addition that in it they noticed due to timestamps being included which triggered a file...
References in other issues that might be of interest/relevant while working on this... https://github.com/hashicorp/consul-template/issues/1043#issuecomment-435334094 https://github.com/hashicorp/consul-template/issues/1196#issuecomment-507227187
I cannot reproduce this using the provided config/template. So far the only way I can replicate this is to use 2 templates like in #998 and #1195.