Ian Fijolek
Ian Fijolek
I've got [a playbook](https://git.iamthefij.com/iamthefij/orchestration-tests/src/branch/main/nomad/setup-cluster.yml) with Consul, Vault, and Nomad all integrated. It will handle setup, bootstrap and updates. I've also got a playbook to bootstrap values to Consul and Vault...
Newer version of curl is now used.
Defaults sounds better than Overrides unless the global is going to take precedent over values set at the image level.
If I look at that line, I can see that it’s failing to set `config.TLSConfig.Insecure` because `config.TLSConfig` must be null. This is a bug, but one that shouldn’t impact you....
@crazy-max you can assign this one to me to fix. I know what needs to be done, but it may take some time for me to get around to. This...
@dependabot rebase
In addition to setting the variables, it would be great to have the ability to pass Job ACLs as well. The base client supports this already.
Yes, it's related to Variables. As far as I can tell, the ability to assign an ACL to a workload was added to provide Variable access to Jobs and Tasks....
Though there is nothing known to be wrong with this version, you should be using the Go version as I haven't been maintaining this one. What exactly do you want...
For the time being, I'm working around this with: ```go func InfoWithVersion(v int) build.Option { return func(i *build.Info) { i.AlfredMajorVersion = v } } func init() { var err error...