3ce5277217
Fix multiple issues related to proxycfg health queries. 1. The datacenter was not being provided to a proxycfg query, which resulted in bypassing agentless query optimizations and using the normal API instead. 2. The health rpc endpoint would return a zero index when insufficient ACLs were detected. This would result in the agent cache performing an infinite loop of queries in rapid succession without backoff.
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
```release-note:bug
|
|
connect: Fix multiple inefficient behaviors when querying service health.
|
|
```
|