open-consul/agent/local
Daniel Nephin 76a365d410 local: default to the agent token instead of the user token
When de-registering in anti-entropy sync, when there is no service or
check token.

The agent token will fall back to the default (aka user) token if no agent
token is set, so the existing behaviour still works, but it will prefer
the agent token over the user token if both are set.

ref: https://www.consul.io/docs/agent/options#acl_tokens

The agent token seems more approrpiate in this case, since this is an
"internal operation", not something initiated by the user.
2021-02-19 18:35:08 -05:00
..
state.go local: default to the agent token instead of the user token 2021-02-19 18:35:08 -05:00
state_test.go config: replace calls to config.NewBuilder with config.Load 2021-01-27 17:34:43 -05:00
testing.go Fix a bunch of linter warnings 2020-11-09 09:22:12 -05:00