2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 22:00:42 +00:00
Derek Menteer 4f6da20fe5
Fix multiple issues related to proxycfg health queries. ()
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.
2023-05-09 12:37:58 -05:00

4 lines
98 B
Plaintext

```release-note:bug
connect: Fix multiple inefficient behaviors when querying service health.
```