You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This currently isn't possible at the user configuration layer. We are adding similar configuration values in an upcoming release, so it is possible these could be as well. I'm going to tag that here so we see it. However, if it isn't possible to simply plumb these through we'll likely close this as we don't believe this low-level configuration should be necessary in most networks.
Description of the Issue (and unexpected/desired result)
below is my consul client config.json
curl -v "http://127.0.0.1:8500/v1/agent/self" got
seems the default config defined in
https://github.com/hashicorp/consul/blob/master/agent/config/default.go#L183
override the config.json
According to the comments in https://github.com/hashicorp/consul/blob/master/agent/config/builder.go#L35
seems the current NewBuilder impl was not correct,
https://github.com/hashicorp/consul/blob/master/agent/config/builder.go#L112
https://github.com/hashicorp/consul/blob/master/agent/config/builder.go#L128
the b.Tail(DefaultConsulSource()) overrides the b.Sources(which was parsed from config file)
The text was updated successfully, but these errors were encountered: