Update agent/consul/acl_client.go

Co-authored-by: Freddy <freddygv@users.noreply.github.com>
pull/11184/head
Daniel Nephin 3 years ago
parent 65d48e5042
commit 5d41b4d2f4

@ -24,7 +24,7 @@ var clientACLCacheConfig *structs.ACLCachesConfig = &structs.ACLCachesConfig{
}
func (c *Client) ACLDatacenter() string {
// For resolution running on clients servers within the current datacenter
// For resolution running on clients, servers within the current datacenter
// must be queried first to pick up local tokens.
return c.config.Datacenter
}

Loading…
Cancel
Save