John Eikenberry

Results 302 comments of John Eikenberry

Using the original example, does the Consul server you are pulling values from have a value store for the `foo` key used? For example, if you have the template with...

Thanks @woosley for reporting this issue. I'm currently in the process of rewriting the core of consul-template as a proper library that should make this easier to address as it...

Not promising anything, but I'm going to re-open this so I can look into it.

@tommyalatalo, thanks for adding your :+1: to the top issue post.

With Go 1.18's introducing lazy evaluate of the `and` and `or` operators I think we might have a solution in sight for this. Instead of `secretOrDefault`, using `secretExists` with the...

Well.. we have the choice of having something like this and not using it with those endpoints with side effects or not having it. There are no ways to tell...

@pdbogen, @vaidik, @bbriggs, @altosys ... sorry for the direct pings but I'm looking to get feedback on this. If you have any thoughts on [my last question](https://github.com/hashicorp/consul-template/issues/942#issuecomment-1163733527) please let me...

Hey @Inotsacred, thanks for taking the time to file the issue. I'm not sure this is the problem here but looking at your template I see an issue with the...

Taking the example given in the ticket, your template could look something like... ```go {{ with pkiCert "pki/issue/CN" "common_name=CN" "ttl=720h" }} {{ .Cert }} {{ .Key }} {{ .CA }}...

Hey @adragoset, thanks for taking the time to file an issue. I'm just getting up to speed on consul-template and as this issue takes what looks like a decent amount...