mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
67dec3b609
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.