Nick Irvine
Nick Irvine
> glob masking [isaacs/node-glob#readme](https://github.com/isaacs/node-glob#readme) has very expressive syntax that allows to describe virtually any real-life combinations. I haven't looked but I'd be willing to bet it cannot take into account...
>So, you suggestion is to delete go env GOCACHE directories from the list of cached paths or make it optional (i.e. with input cache-go-build: false) - correct? Yes, by default,...
Hi @deepto98, sorry for the late reply! Are you still interested?
> Yeah, sure, Can I work on this? Yes please and thank you!
I'm not sure if I can get this done, but I'm going to take a crack at it!
There are a few different approaches for a real fix that I can imagine. Let me know what folks think. ## Mix `agent` flags and `validate` flags [as @jerrdasur suggested](https://github.com/hashicorp/consul/issues/3897#issuecomment-546325396)...
Actually it turns out you can work around this with a shell trick involving [process substitution](https://tldp.org/LDP/abs/html/process-sub.html) and stacking configs: ```bash $ consul validate -config-format=json config.json Config validation failed: Multiple private...
Hmm, I'm not sure. Given that `validate` validates agent config, I'd say requiring your *complete* config is not out of the question. Indeed the current CLI help points this out:...
I've been off consul for a while and TBH have 100% unloaded this problem from memory. I don't think I'm going to do anything with it.