mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 02:03:00 +00:00
1c3c8c7804
AutoConfig will generate local tokens for clients and the ability to use local tokens is gated off of token replication being enabled and being configured with a replication token. Therefore we already have a hard requirement on having token replication enabled, this commit just makes sure to surface that to the operator instead of having to discern what the issue is from RPC errors.